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

Get information of a token given a chain id and the contract address of the token.

Token information

get
Path parameters
tokenAddressstringRequired

The address of the token to quote.

Example: 0x55d398326f99059ff775485246999027b3197955
chainIdnumber · enumRequired

The chain ID of the chain to quote on.

Example: 56Possible values:
Header parameters
X-Api-KeystringOptional

Api key

Responses
get
/trade/v1/info/token/{chainId}/{tokenAddress}
200

Token information

Last updated

Was this helpful?