GET /trade/v1/info/tokenLogo/{chainId}/{tokenAddress}

This endpoint returns the token logo of a given token. It's an image.

Token logo

get
Authorizations
HTTPRequired

[just text field] Please enter token in following format: Bearer

Path parameters
tokenAddressstringRequired

The address of the token to get the info.

Example: 0x55d398326f99059ff775485246999027b3197955
chainIdnumber · enumRequired

The chain ID of the chain to get the information.

Example: 56Possible values:
Responses
200

Token information

application/json
get
/v1/info/tokenLogo/{chainId}/{tokenAddress}
200

Token information

Last updated

Was this helpful?