List supported tokens with pagination and filters
Tokens
List supported tokens with pagination and filters
Returns a paginated list of supported tokens plus each token’s blocked status for the authenticated merchant. This endpoint is optimized for large token lists.
Notes:
blocked=true|falseonly applies when the acceptance policy is selective. Foraccept_all,blocked=truereturns an empty list. Foraccept_none,blocked=falsereturns an empty list.
GET
List supported tokens with pagination and filters
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).

