API Reference

List tokens

Lists all the currently supported tokens. The request must include a valid API key with appropriate permissions. Tokens can be filtered by various parameters. This endpoint is useful for verifying which tokens are available to accept as payment

Log in to see full request history
Query Params
string

Optional filter to retrieve tokens for a specific blockchain network. Useful for filtering tokens when managing multiple networks

string

Optional filter to retrieve tokens for a specific token address. Useful for verifying token configurations for a specific token contract

string

Optional filter to retrieve tokens for a specific token symbol (e.g. USDC, DAI). Useful for filtering tokens when managing multiple tokens

double

Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.

double

Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.

string

Optional sorting parameter to specify the field to sort the results by. Valid options are "tokenId", "networkId", "symbol", "address", and "decimals". Default is "tokenId".

string

Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json