钱包 API (测试版)
获取钱包余额
检索Solana钱包地址的代币余额和SOL持有量。
GET
获取钱包余额
每次请求花费 100 积分。Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
请求参数
Solana 钱包地址(base58 编码)
分页页码(以1为起始)
每页最大代币数量
包含余额为零的代币
结果中包含本地SOL
结果中包含NFT(最多100个,仅限第一页)
授权
作为查询参数传递的API密钥
路径参数
Solana 钱包地址(base58 编码)
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$查询参数
分页的页码(从1开始)
必填范围:
x >= 1每页的最大代币数量
必填范围:
1 <= x <= 100包含零余额的代币
在结果中包含本地SOL
在结果中包含NFT(最多100个,仅限第一页)
获取钱包余额