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
Optional filter to retrieve tokens for a specific blockchain network. Useful for filtering tokens when managing multiple networks
Optional filter to retrieve tokens for a specific token address. Useful for verifying token configurations for a specific token contract
Optional filter to retrieve tokens for a specific token symbol (e.g. USDC, DAI). Useful for filtering tokens when managing multiple tokens
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Valid options are "tokenId", "networkId", "symbol", "address", and "decimals". Default is "tokenId".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".