Price

Get detailed token information

Get detailed token information including price and specific chain

get/api/price/token-info

Query parameters

tokenstring required

Token address

chain'evm' | 'svm'

Blockchain type of the token

specificChain'eth' | 'polygon' | 'bsc' | 'arbitrum' | 'optimism' | 'avalanche' | 'base' | 'linea' | 'zksync' | 'scroll' | 'mantle' | 'svm'

Specific chain for EVM tokens

Response

Token information

successboolean

Whether the token information was successfully retrieved

pricenumber nullable

Current price of the token in USD

tokenstring

Token address

chain'evm' | 'svm'

Blockchain type of the token

specificChainstring nullable

Specific chain for EVM tokens

symbolstring

Token symbol

Changes