Skip to main content
GET
List tokens

Response

200 - application/json

The complete token catalog.

id
integer
required

Token id, unique per (asset, chain) pair. Use this in swap-limits, quote, and order requests.

name
string
required

Token display name, for example TetherUS.

symbol
string
required

Ticker symbol, for example BTC, USDT.

address
string
required

Contract address on the token's chain, or native for chain-native coins.

decimals
integer
required

Token decimals.

blockchainId
integer
required

Id of the chain this token lives on (matches blockchain.id).

isBaseToken
boolean
required

Whether this is the chain's base (native) asset.

isStablecoin
boolean
required

Whether this token is a stablecoin.

active
boolean
required

Whether the token is tradable. Filter on this before offering a pair.

blockchain
object
required

A supported chain. The catalog spans 18 chains.