List supported tokens with pagination and filters
Search Merchant Tokens
Filter and paginate supported tokens for a merchant.
GET
List supported tokens with pagination and filters
Overview
Use this endpoint to search and paginate large token catalogs. It returns the same token objects as the list endpoint, plus pagination metadata.Authentication
- Merchant auth:
x-api-key: pk_...(scope=merchant) orAuthorization: Bearer <jwt>
Request
SDK
cURL
Response
Errors
401missing/invalid merchant auth400invalid filters (unsupported network, token_type, or limit)
Examples
- Query all Base-network stablecoins:
Authorizations
JWT token for wallet authentication
Query Parameters
Filter tokens by environment (defaults to the merchant environment).
Available options:
mainnet, devnet Max number of tokens to return.
Required range:
1 <= x <= 200Offset for pagination.
Required range:
x >= 0Search by token symbol, name, or address (case-insensitive).
Filter by network.
Available options:
ethereum, base, solana, avalanche, ton, bsc, arbitrum, optimism, cardano, sui Filter by token type.
Available options:
native, erc20, spl, sui, ton Filter by active status.
Filter by stable settlement capability.
Filter by blocked status (selective policy only).

