返回顶部
h

hedera-mirrorHedera镜像查询

Query Hedera blockchain data via Mirror Node API. Check balances, token info, transactions, NFTs, and account history. No API key needed — fully public REST API.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
350
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

hedera-mirror

Hedera Mirror — 面向智能体的区块链数据

查询Hedera公有区块链。无需密钥、无需认证、无需担心速率限制。

账户余额

bash

HBAR余额(单位为tinybars,除以100000000即为HBAR)


curl -s https://mainnet-public.mirrornode.hedera.com/api/v1/balances?account.id=0.0.1234 | jq .balances[0].balance

代币持仓

bash

账户持有的所有代币


curl -s https://mainnet-public.mirrornode.hedera.com/api/v1/accounts/0.0.1234/tokens | jq .tokens[] | {token_id, balance}

代币信息

bash

代币元数据(名称、符号、供应量、小数位数)


curl -s https://mainnet-public.mirrornode.hedera.com/api/v1/tokens/0.0.TOKENID | jq {name, symbol, totalsupply, decimals, type}

近期交易

bash

账户最近10笔交易


curl -s https://mainnet-public.mirrornode.hedera.com/api/v1/transactions?account.id=0.0.1234&limit=10&order=desc | jq .transactions[] | {id: .transactionid, type: .name, result: .result, time: .consensustimestamp}

NFT

bash

账户拥有的NFT


curl -s https://mainnet-public.mirrornode.hedera.com/api/v1/accounts/0.0.1234/nfts | jq .nfts[] | {tokenid, serialnumber, metadata}

市值排名前列的代币

bash

通过SaucerSwap(Hedera去中心化交易所)


curl -s https://api.saucerswap.finance/tokens | jq .[0:10] | .[] | {name, symbol, price: .priceUsd}

网络状态

bash

当前网络信息


curl -s https://mainnet-public.mirrornode.hedera.com/api/v1/network/supply | jq {totalsupply: .totalsupply, releasedsupply: .releasedsupply}

基础URL

网络URL
主网https://mainnet-public.mirrornode.hedera.com/api/v1
测试网
https://testnet.mirrornode.hedera.com/api/v1 |

API文档

完整参考:https://docs.hedera.com/hedera/sdks-and-apis/rest-api

相关技能

  • - clawhub install whale-watch — 监控大额交易
  • clawhub install agent-treasury — 管理智能体的钱包
  • clawhub install clawswarm — 领取工作报酬的HBAR赏金

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 hedera-mirror-1776285804 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 hedera-mirror-1776285804 技能

通过命令行安装

skillhub install hedera-mirror-1776285804

下载

⬇ 下载 hedera-mirror v1.1.0(免费)

文件大小: 1.58 KB | 发布时间: 2026-4-16 18:29

v1.1.0 最新 2026-4-16 18:29
- Added a "Related Skills" section with commands for monitoring large transactions, managing wallets, and claiming HBAR bounties.
- No other changes to functionality or API instructions.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部