返回顶部
h

helius-api

>

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

helius-api

# Helius API Query comprehensive Solana data via REST endpoints. Requires `HELIUS_API_KEY` env var. ## Setup ```bash export HELIUS_API_KEY="your-key-here" ``` Get a key at <https://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](references/balances.md) - **History** (wallet tx history, P&L, tax reports): See [references/history.md](references/history.md) - **Transfers** (sent/received, payment tracking): See [references/transfers.md](references/transfers.md) - **Identity** (wallet labels, exchange detection): See [references/identity.md](references/identity.md) - **Funded By** (funding source, sybil detection): See [references/funded-by.md](references/funded-by.md) - **Enhanced Transactions** (parse tx, enhanced history): See [references/enhanced-transactions.md](references/enhanced-transactions.md) ## Implementation Notes - Use `curl` or `fetch` — no SDK required - All endpoints return JSON - Pagination: use `page` param (balances) or `before`/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`)

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 helius-api-1776420053 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 helius-api-1776420053 技能

通过命令行安装

skillhub install helius-api-1776420053

下载 Zip 包

⬇ 下载 helius-api v1.0.0

文件大小: 8.09 KB | 发布时间: 2026-4-17 18:25

v1.0.0 最新 2026-4-17 18:25
Initial release: Wallet API (balances, history, transfers, identity, funded-by) + Enhanced Transactions (parse, enhanced history)

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部