Token
Token - Market Data
Get the market data of a token
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A chain name listed in supported networks
Available options:
sol
, base
An address of a token
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Response
200 - application/json
Circulating supply
Example:
"1000000"
MarketCap in SOL
Example:
"100000"
MarketCap in USD
Example:
"100000"
Total holdings of top 10 holders
Example:
"100000"
Ratio of holdings by top 10 holders
Example:
"0.1"
Total holdings of top 100 holders
Example:
"500000"
Ratio of holdings by top 100 holders
Example:
"0.5"
Total number of token holders
Example:
"1000"
Price in SOL
Example:
"0.00000261383847574915906643405542"
Price in USD
Example:
"0.00000261383847574915906643405542"
TVL in SOL
Example:
"0.00000261383847574915906643405542"
TVL in USD
Example:
"0.00000261383847574915906643405542"
Was this page helpful?