批量获取多个代币的市场数据
cURL
curl --request GET \ --url https://api.dex.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
显示 子属性
此页面对您有帮助吗?