ListTokens

Every quotable token across every chain. Takes no arguments.
CatalogToken[]
Cache per page load. The list changes when the operator lists or delists a token.

GetTokenInfo

Metadata for one token.
string
required
Chain name, lowercase.
string
required
Token address on that chain.
string
Chain name.
uint64
EVM chain id. Absent for Solana.
string
Token address.
string
Display symbol.
uint32
Base-unit exponent.
string
Icon URL. Optional.
Metadata is read live from the chain — the ERC-20 contract on EVM, the mint account on Solana — so it also resolves addresses that are not in the catalog. A token outside the catalog still is not quotable. When the chain read fails, the call returns UNAVAILABLE with could not read token info from the chain rather than guessing.

GetChains

Live per-chain status, limits, and display data. Takes no arguments. This is the source of truth for what is currently open.
ChainStatus[]
The fields integrations use most:
indexer_enabled and relayer_enabled describe the settlement path rather than quoting. A chain with quoting off still settles orders already in flight.