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
get
/v1/info/tokenLogo/{chainId}/{tokenAddress}200
Token information
Last updated
Was this helpful?