Currency Support Overview
Anton Payments supports a broad range of fiat currencies, stablecoins, and cryptocurrencies for cross-border payouts. This article provides a reference of all supported currencies and how to check availability for your account.
Fiat Currencies
Anton supports the following fiat currencies for payouts:
Currency | Code | Common Regions |
US Dollar | USD | United States, global |
Euro | EUR | Eurozone |
British Pound | GBP | United Kingdom |
Canadian Dollar | CAD | Canada |
Australian Dollar | AUD | Australia |
Mexican Peso | MXN | Mexico |
Brazilian Real | BRL | Brazil |
Nigerian Naira | NGN | Nigeria |
Philippine Peso | PHP | Philippines |
Stablecoins
Anton supports the following stablecoins, which are pegged to the US Dollar and commonly used for fast, low-cost cross-border settlement:
Stablecoin | Code |
Tether | USDT |
USD Coin | USDC |
Cryptocurrencies
For on-chain payouts, Anton supports the following cryptocurrencies:
Cryptocurrency | Code |
Bitcoin | BTC |
Ethereum | ETH |
Solana | SOL |
XRP | XRP |
Polygon | MATIC |
Avalanche | AVAX |
Tron | TRX |
Polkadot | DOT |
Checking Availability via API
Not all currencies and countries are available for every merchant or corridor. Use the following API endpoints to check what is available for your account:
List currencies:
GET /v1/currenciesβ Returns all currencies available to your merchant account.List countries:
GET /v1/countriesβ Returns all destination countries you can send payouts to.List corridors:
GET /v1/corridorsβ Returns the specific combinations of source currency, destination currency, destination country, and payment method that are enabled for your account.
Corridor Availability
A corridor defines a specific payout route: the combination of source currency, destination currency, destination country, and payment method. Corridor availability may vary based on your merchant account configuration, compliance status, and the payment rails enabled for your account.
For example, you may be able to send USD to NGN via bank transfer in Nigeria, but not via card. The corridors endpoint gives you the definitive list of what is currently available.
Adding New Corridors
If you need access to a currency, country, or payment method that is not currently enabled for your account, contact your account manager or reach out to support at [email protected]. Additional corridors may require compliance review before activation.
