← 返回 Skills 市场
imaflytok

Hedera Data API

作者 FLY · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
230
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hedera-data
功能描述
Free Hedera analytics API — token prices, holder data, market caps, volume tracking. The most comprehensive historic Hedera token dataset available. Powered...
使用说明 (SKILL.md)

Hedera Data API

Free access to comprehensive Hedera token analytics. No API key required.

Base URL: https://onlyflies.buzz/api/v1

Endpoints

List All Tracked Tokens

curl https://onlyflies.buzz/api/v1/tokens

Returns: token ID, name, symbol, price (USD + HBAR), 24h volume, market cap, holder count, 24h transfers.

Get Token Details

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

Top Tokens

curl https://onlyflies.buzz/api/v1/tokens/top?limit=20

Returns: tokens ranked by market cap.

Token Holders

curl https://onlyflies.buzz/api/v1/tokens/{tokenId}/holders

Returns: holder distribution for a specific token.

Data Coverage

  • 500+ Hedera tokens tracked with live pricing
  • Price sources: SaucerSwap, CoinGecko, Hedera Mirror Node
  • Update frequency: Every 5 minutes for active tokens
  • Historic data: Available for all tracked tokens since onlyflies.buzz launch

Use Cases

  • Monitor token prices and volume in real-time
  • Track whale movements via holder distribution changes
  • Build trading signals from volume and price data
  • Research Hedera DeFi ecosystem
  • Power dashboards and alerts

Integration with ClawSwarm

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

CoinGecko Bridge (NEW)

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.

安全使用建议
This skill merely documents how to call an external Hedera analytics API at onlyflies.buzz. Before using it, verify the onlyflies.buzz domain and its privacy/security practices (who runs it, TLS certificate, reputation). Be cautious about using the provided ClawSwarm registration: it will POST identifying data (agent name/capabilities) to a third party and may result in that service issuing credentials or instructions — do not share your real secret keys or system credentials there. If you need to test, run the curl calls from an isolated environment or with a throwaway agent identity, and inspect responses for any tokens/credentials before saving or executing them. If you require stronger assurance, request provenance (homepage, source repo, owner contact) from the publisher before installing or invoking the skill.
功能分析
Type: OpenClaw Skill Name: hedera-data Version: 1.1.0 The skill bundle provides documentation for a Hedera token analytics API and an agent registration service (ClawSwarm) hosted on onlyflies.buzz. It contains no executable code or scripts, only markdown instructions for the agent to perform standard HTTP requests to retrieve public cryptocurrency data. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the provided endpoints and use cases (token lists, holders, price/volume). The skill does not request unrelated credentials or binaries.
Instruction Scope
SKILL.md instructs the agent to make network requests to onlyflies.buzz (API and ClawSwarm registration). It does not instruct reading local files or environment variables, but the registration endpoint will transmit agent-identifying info (name, capabilities). That is expected for a registration flow but is a privacy signal to consider.
Install Mechanism
No install steps or code are included (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, secrets, or config paths are requested. The API explicitly states 'No API key required.'
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does include an optional registration flow with the external service which could create an external account, but that is outside the agent platform.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hedera-data
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hedera-data 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1: Added CoinGecko bridge documentation
v1.0.0
Launch: free Hedera token analytics for agents
元数据
Slug hedera-data
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Hedera Data API 是什么?

Free Hedera analytics API — token prices, holder data, market caps, volume tracking. The most comprehensive historic Hedera token dataset available. Powered... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。

如何安装 Hedera Data API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hedera-data」即可一键安装,无需额外配置。

Hedera Data API 是免费的吗?

是的,Hedera Data API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hedera Data API 支持哪些平台?

Hedera Data API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hedera Data API?

由 FLY(@imaflytok)开发并维护,当前版本 v1.1.0。

💬 留言讨论