Skip to main content
GET
Get all supported tokens

Headers

X-API-KEY
string
required

API key required for authentication

Query Parameters

chains
string

Comma-separated list of chains the result should only include

Example:

"solana,base"

cursor
string

The cursor from the previous results set to get the next paginated result set

limit
string

Maximum number of tokens to return (maximum 100, default 30)

Example:

"30"

tokenClasses
string

Comma-separated list of token classes the result should only include. Default is memecoin,onramp

Example:

"memecoin,onramp"

Response

List of supported tokens retrieved successfully.

data
The requested token and its availability · object[]
required
nextCursor
string
previousCursor
string