GET /trade/v1/info/tokenLogo/{chainId}/{tokenAddress}
This endpoint returns the token logo of a given token. It's an image.
Authorizations
HTTPRequired
[just text field] Please enter token in following format: Bearer
Path parameters
tokenAddressstringRequiredExample:
The address of the token to get the info.
0x55d398326f99059ff775485246999027b3197955chainIdnumber · enumRequiredExample:
The chain ID of the chain to get the information.
56Possible values: Responses
200
Token information
application/json
circulatingSupplynumberRequiredExample:
156165165descriptionstringRequiredExample:
Description of the token
Unizen (ZCX) is a cryptocurrency launched ...marketCapnumberRequiredExample:
Market cap of the token
39434678maxSupplynumberRequiredExample:
Maximum supply of the token
156165165priceInUsdnumberRequiredExample:
Price of the token
0.1symbolstringRequiredExample:
Symbol of the token
ZCXnamestringRequiredExample:
Symbol of the token
UnizendecimalsnumberRequiredExample:
Symbol of the token
18totalSupplynumberRequiredExample:
Total supply of the token
156165165volume24hnumberRequiredExample:
Volume of the token in the last 24h
156165165percentChange24hnumberRequiredExample:
Percent change in the last 24h
0.15isStableCoinbooleanRequiredExample:
is stable coin or not
falseget
/v1/info/tokenLogo/{chainId}/{tokenAddress}200
Token information
Last updated