Trade API
Tokens
Token lists, metadata, and account balances.
GET
Token reads share the
Returns every known token for a chain, with live pricing.
Returns metadata for one or more tokens.
/v1/token/* namespace on api.dzap.io. All three endpoints are GET requests.
List tokens
Chain ID to list tokens for.
Optional source filter for a curated token list.
Wallet address - include balances for this account when set.
Map keyed by token address, each value a token info object (see shape below).
Token details
Chain ID the token(s) exist on.
Single token address.
Comma-separated token addresses (use instead of
tokenAddress for multiple).Include balance for this account when set.
A single token info object when
tokenAddress was used, or a map keyed by address when tokenAddresses was used.Account balances
Map keyed by token address, each value a token info object (same shape as Token Details above) with
balance/balanceInUsd populated.Examples
Live token prices (
GET /v1/token/price) exist on the Trade API but aren’t exposed through the @dzapio/sdk client - use includePrice on the endpoints above instead.Last modified on July 14, 2026