Skip to main content
GET
List tokens

Query Parameters

chains
string

Comma-separated canonical chain ids to filter to (e.g. 8453,369).

Example:

"8453,369"

keywords
string

Free-text filter on symbol / name / exact address.

Example:

"usdc"

keys
string

Comma-separated assetKeys to return prices for (prices endpoint only). Use this instead of pulling the whole map when you only need a few tokens.

Example:

"8453:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913,369:native:pls"

network
enum<string>

Filter to mainnet or testnet chains. Omit for both.

Available options:
mainnet,
testnet
Example:

"mainnet"

scope
enum<string>

Token inventory purpose. The default returns only payable destinations; all retains source-only and balance-visible tokens with their routable flag.

Available options:
destination,
all
Example:

"destination"

Response

200 - application/json
tokens
object[]
required

The token catalog, keyed by chain id.