批次取得多個代幣的市場資料
cURL
curl --request GET \ --url https://api.chainstream.io/v2/token/{chain}/marketData/multi \ --header 'Authorization: Bearer <token>'
{ "6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN": { "circulatingSupply": "1000000000", "holders": "12345", "marketCap": "150000000.00", "priceInNative": "0.00005", "priceInUsd": "0.15", "totalSupply": "1000000000" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支援網路列表中的鏈名稱 Supported blockchain chains
sol
eth
bsc
代幣地址列表,以逗號 (,) 分隔的字串。最多允許 100 個代幣地址
批次取得市場資料
Token market data
Show child attributes
這個頁面有幫助嗎?