v1

latestOpenAPI 3.0.02026-07-22290108.6 KB
Currencies
V2/Currencies

Get currencies

Get a list of all available tokens, or filter by network, symbol, or id.

get/v2/currencies

Query parameters

networkstring
Example:mainnet

The network of the token(s)

symbolstring
Example:USDC

The symbol of the token

firstOnlystring

Whether to return only the first token. can only be used when both network and symbol are provided.

idstring
Example:USDC-mainnet

The Request Network id of the token

Headers

x-api-keystring

API key for authentication (optional if using Client ID)

x-client-idstring

Client ID for frontend authentication (optional if using API key)

Originstring

Origin header (required for Client ID auth, automatically set by browser)

Response

List of tokens retrieved successfully