Skip to main content
GET
Returns metadata for one or more tokens.

Query

integer
required
Chain ID the token(s) exist on.
string
Single token address.
string
Comma-separated token addresses (use instead of tokenAddress for multiple).
string
Include balance for this account when set.
boolean
boolean

Response

object
A single token info object when tokenAddress was used, or a map keyed by address when tokenAddresses was used.
Live token prices (GET /v1/token/price) exist on the Trade API but aren’t exposed through the @dzapio/sdk client - use includePrice on this endpoint instead.
Last modified on July 29, 2026