/install helius-api
Helius API
Query comprehensive Solana data via REST endpoints. Requires HELIUS_API_KEY env var.
Setup
export HELIUS_API_KEY="your-key-here"
Get a key at \x3Chttps://dashboard.helius.dev>
Base URLs
- Wallet API:
https://api.helius.xyz/v1/wallet/{address}/...?api-key=KEY - Enhanced Transactions:
https://api-mainnet.helius-rpc.com/v0/...?api-key=KEY
Auth: ?api-key=$HELIUS_API_KEY query param or X-Api-Key header.
Wallet API Endpoints
| Endpoint | Path | Description |
|---|---|---|
| Balances | /v1/wallet/{address}/balances |
Token + NFT holdings with USD values |
| History | /v1/wallet/{address}/history |
Parsed transaction history with balance changes |
| Transfers | /v1/wallet/{address}/transfers |
Token transfer activity (sent/received) |
| Identity | /v1/wallet/{address}/identity |
Known wallet labels (exchanges, protocols) |
| Batch Identity | /v1/wallet/batch-identity (POST) |
Look up up to 100 addresses at once |
| Funded By | /v1/wallet/{address}/funded-by |
Original funding source of a wallet |
Enhanced Transactions Endpoints
| Endpoint | Path | Description |
|---|---|---|
| Parse Transactions | /v0/transactions/ (POST) |
Parse signatures into human-readable data |
| Transaction History | /v0/addresses/{address}/transactions |
Enhanced tx history with type/time/slot filtering |
Reference Files
Read the appropriate file for detailed parameters, response formats, and examples:
- Balances (portfolio, holdings, USD values): See references/balances.md
- History (wallet tx history, P&L, tax reports): See references/history.md
- Transfers (sent/received, payment tracking): See references/transfers.md
- Identity (wallet labels, exchange detection): See references/identity.md
- Funded By (funding source, sybil detection): See references/funded-by.md
- Enhanced Transactions (parse tx, enhanced history): See references/enhanced-transactions.md
Implementation Notes
- Use
curlorfetch— no SDK required - All endpoints return JSON
- Pagination: use
pageparam (balances) orbefore/cursor (history, transfers) - Default limit: 100 per request
- Wallet API requests cost 100 credits each
- Identity returns 404 for unknown wallets — handle gracefully
- Funded By returns 404 if wallet never received SOL
- Enhanced Transactions uses a different base URL (
api-mainnet.helius-rpc.com)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install helius-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/helius-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Helius API 是什么?
Query Solana data via the Helius API. Use when the user asks about Solana wallet balances, token holdings, NFT holdings, transaction history, transfer activity, wallet identity/labels, wallet funding sources, parsing transactions, or other Solana on-chain data. Triggers on: "solana wallet", "sol balance", "solana transactions", "wallet history", "who funded this wallet", "wallet identity", "solana transfers", "solana NFTs", "helius", "check solana address", "solana data", "parse transaction", "enhanced transactions", "transaction details". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1008 次。
如何安装 Helius API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install helius-api」即可一键安装,无需额外配置。
Helius API 是免费的吗?
是的,Helius API 完全免费(开源免费),可自由下载、安装和使用。
Helius API 支持哪些平台?
Helius API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Helius API?
由 itsahedge(@itsahedge)开发并维护,当前版本 v1.0.0。