批量获取多个钱包地址的持有信息
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/token/{chain}/{tokenAddress}/holders/multi \ --header 'Authorization: Bearer <token>'
[ { "amount": "1000000000000000000", "amountInUsd": "1000000000000000000", "percentage": "100", "walletAddress": "0x1234567890abcdef" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支持网络列表中的链名称 Supported blockchain chains
sol
eth
bsc
代币地址
钱包地址列表,以逗号 (,) 分隔的字符串。最多允许 100 个钱包地址
批量获取持有者
"1000000000000000000"
"100"
"0x1234567890abcdef"
此页面对您有帮助吗?