Tokens
Get a token's latest data on a network.
Retrieves detailed information about a specific token on the given network, including latest price, metadata, status, and recent summary metrics such as price changes and volumes over multiple timeframes.
The
token_supply
is a raw integer. To get the actual supply, move the decimal point left by the decimals
value. Example: supply = raw_supply
/ 10^decimals
GET
Path Parameters
Token contract address. Such as JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN
for Jupiter on Solana.
Response
200
application/json
successful operation
Essential information for a token, including metadata and status.