批次取得多個錢包地址的持有資訊
cURL
curl --request GET \ --url https://api.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"
代幣持有價值(USD 計)
佔總供應量百分比
"100"
持有者錢包地址
"0x1234567890abcdef"
這個頁面有幫助嗎?