Get all supported tokens and their acceptance status
List Merchant Tokens
List the tokens supported for your merchant (optionally scoped by environment).
GET
Get all supported tokens and their acceptance status
Overview
Use this endpoint to list tokens your merchant can accept. Many integrations call this once at startup and cache the response. For large catalogs or search/filtering, use Search Merchant Tokens.Authentication
- Merchant auth:
x-api-key: pk_...(scope=merchant) orAuthorization: Bearer <jwt>
Request
SDK
cURL
Response
Errors
401missing/invalid merchant auth
Examples
- Cache the result in-memory and refresh periodically (token metadata is stable, price may change). Next: Mint a WebSocket token
Authorizations
JWT token for wallet authentication
Query Parameters
Filter tokens by environment (defaults to the merchant environment).
Available options:
mainnet, devnet Filter by subscription capability.

