Skip to main content
GET
List tokens
Returns every token the API can quote, with decimals and the gasless standards each token supports for quote funding (permit3, permit2, erc-3009) and deposit-address funding (erc-2612, erc-3009). chainId filters to one chain. A listed token does not guarantee that every pair and amount can be quoted. Requires x-api-key. Partner pricing, attribution, and enabled features are tied to the key. Without a key the gateway answers 403 with a plain JSON body ({"Message": "User is not authorized ..."}); a key that is unknown, revoked, or not enabled for v1 answers 401 invalid-api-key. No requests-per-second quota is published. Handle 429 and honor Retry-After when present. Examples use real mainnet token and contract addresses with placeholder wallets, hashes, signatures, and IDs.

Authorizations

x-api-key
string
header
required

Query Parameters

chainId
integer

Returns only tokens on this chain. Example: 8453 for Base.

Response

Success

tokens
object[]
required
nextCursor
string | null
required