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.
0x55d398326f99059ff775485246999027b3197955chainIdnumber · enumRequiredExample:
The chain ID of the chain to quote on.
56Possible values: Header parameters
X-Api-KeystringOptional
Api key
Responses
200
Token information
application/json
circulating_supplynumberRequiredExample:
156165165converted_tostringRequiredExample:
Fiat currency that the price has been converted
USDdate_addednumberRequiredExample:
Timestamp of addition
1618531200descriptionstringRequiredExample:
Description of the token
Unizen (ZCX) is a cryptocurrency launched ...idnumberRequiredExample:
Id of the token
9263market_capnumberRequiredExample:
Market cap of the token
39434678max_supplynumberRequiredExample:
Maximum supply of the token
156165165namestringRequiredExample:
Fiat currency that the price has been converted
USDnum_market_pairsnumberRequiredExample:
Number of market pairs
21pricenumberRequiredExample:
Price of the token
0.1ranknumberRequiredExample:
Rank of the token
1source_codestringRequiredExample:
Url of the source code
https://github.com/unizen-iosymbolstringRequiredExample:
Symbol of the token
ZCXtimestampnumberRequiredExample:
Timestamp of generation
1685868300total_supplynumberRequiredExample:
Total supply of the token
156165165volume_24hnumberRequiredExample:
Volume of the token in the last 24h
156165165websitestringRequiredExample:
Website of the token
https://unizen.io/percent_change_24hnumberRequiredExample:
Percent change in the last 24h
0.15is_stable_coinstringRequiredExample:
is stable coin or not
falseget
/trade/v1/info/token/{chainId}/{tokenAddress}200
Token information
Last updated