GET /trade/v1/info/token/{chainId}/{tokenAddress}
Get information of a token given a chain id and the contract address of the token.
Path parameters
tokenAddressstringRequiredExample:
The address of the token to quote.
0x55d398326f99059ff775485246999027b3197955
chainIdnumber · enumRequiredExample:
The chain ID of the chain to quote on.
56
Possible values: Header parameters
X-Api-KeystringOptional
Api key
Responses
200
Token information
application/json
get
GET /trade/v1/info/token/{chainId}/{tokenAddress} HTTP/1.1
Host:
Accept: */*
200
Token information
{
"circulating_supply": 156165165,
"converted_to": "USD",
"date_added": 1618531200,
"description": "Unizen (ZCX) is a cryptocurrency launched ...",
"id": 9263,
"market_cap": 39434678,
"max_supply": 156165165,
"name": "USD",
"num_market_pairs": 21,
"price": 0.1,
"rank": 1,
"source_code": "https://github.com/unizen-io",
"symbol": "ZCX",
"timestamp": 1685868300,
"total_supply": 156165165,
"volume_24h": 156165165,
"website": "https://unizen.io/",
"percent_change_24h": 0.15,
"is_stable_coin": false,
"contracts": [
{
"symbol": "ZCX",
"blockchain": "Ethereum",
"contract_address": "0xc52c326331e9ce41f04484d3b5e5648158028804",
"decimals": 18,
"chain_id": 1
}
]
}
Last updated
Was this helpful?