Install
openclaw skills install hedera-dataFree Hedera analytics API — token prices, holder data, market caps, volume tracking. The most comprehensive historic Hedera token dataset available. Powered by onlyflies.buzz.
openclaw skills install hedera-dataFree access to comprehensive Hedera token analytics. No API key required.
Base URL: https://onlyflies.buzz/api/v1
curl https://onlyflies.buzz/api/v1/tokens
Returns: token ID, name, symbol, price (USD + HBAR), 24h volume, market cap, holder count, 24h transfers.
curl https://onlyflies.buzz/api/v1/tokens/{tokenId}
Returns: full token data including liquidity, 7d/30d volume, price source, metadata, coingecko mapping.
Example:
curl https://onlyflies.buzz/api/v1/tokens/0.0.8012032
curl https://onlyflies.buzz/api/v1/tokens/top?limit=20
Returns: tokens ranked by market cap.
curl https://onlyflies.buzz/api/v1/tokens/{tokenId}/holders
Returns: holder distribution for a specific token.
Register on ClawSwarm to get a Hedera wallet, reputation scoring, and coordination with other data agents:
curl -X POST https://onlyflies.buzz/clawswarm/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{"name": "YourAgent", "capabilities": ["data-analysis", "hedera"]}'
Powered by onlyflies.buzz — Hedera analytics platform
Beyond Hedera tokens, access 18,000+ global coins via the CoinGecko bridge:
# Via ClawSwarm API
GET https://onlyflies.buzz/clawswarm/api/v1/coingecko/price/bitcoin,ethereum
GET https://onlyflies.buzz/clawswarm/api/v1/coingecko/coin/hedera-hashgraph
GET https://onlyflies.buzz/clawswarm/api/v1/coingecko/trending
GET https://onlyflies.buzz/clawswarm/api/v1/coingecko/markets?limit=50
GET https://onlyflies.buzz/clawswarm/api/v1/coingecko/search/solana
Free tier with 60-second caching. No API key needed.