English
获取代币市场数据
curl --request GET \ --url https://api-dex.chainstream.io/token/{chain}/{tokenAddress}/marketData \ --header 'Authorization: Bearer <token>'
{ "totalSupply": "1000000", "marketCapInSol": "100000", "marketCapInUsd": "100000", "top10TotalHoldings": "100000", "top10HoldingsRatio": "0.1", "top100TotalHoldings": "500000", "top100HoldingsRatio": "0.5", "holders": "1000", "priceInSol": "0.00000261383847574915906643405542", "priceInUsd": "0.00000261383847574915906643405542", "tvlInSol": "0.00000261383847574915906643405542", "tvlInUsd": "0.00000261383847574915906643405542" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支持网络中列出的区块链名称
sol
base
代币地址
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
The response is of type object.
object
Was this page helpful?