Fiat payment methods
Supported Transfer Payment Methods
Supported Blockchains (7): ETH, Polygon, SOL, AVAX, Arbitrum, Optimism, Stellar
Supported Stablecoin: USDC
Deposit (On-Ramp) Payment Methods
| Region | Deposit Payment Method |
|---|---|
| USA | ACH Pull, Wire, Debit Card |
Withdrawal (Off-Ramp) Payment Methods
| Region / Country | Withdrawal Payment Method |
|---|---|
| USA (US) | ACH Push, RTP, Domestic Wire, International Wire, Debit Card |
| European Union (EU) & SEPA Countries (Austria (AT), Belgium (BE), Bulgaria (BG), Croatia (HR), Cyprus (CY), Czech Republic (CZ), Denmark (DK), Estonia (EE), Finland (FI), France (FR), Germany (DE), Greece (GR), Hungary (HU), Ireland (IE), Italy (IT), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), Netherlands (NL), Poland (PL), Portugal (PT), Romania (RO), Slovakia (SK), Slovenia (SI), Spain (ES), Sweden (SE), Andorra (AD), Albania (AL), Switzerland (CH), Iceland (IS), Liechtenstein (LI), Monaco (MC), Moldova (MD), Montenegro (ME), North Macedonia (MK), Serbia (RS), San Marino (SM), Vatican City (VA)) | SEPA, SEPA instant, International Wire |
| United Kingdom (GB) | Faster Payments, International Wire |
| Mexico (MX) | CLABE (SPEI) |
| Brazil (BR) | PIX |
| Hong Kong (HK) | International Wire, Local Bank Transfer |
| China (CN) | International Wire, Local Bank Transfer |
| Singapore (SG) | International Wire, Local Bank Transfer |
| Japan (JP) | International Wire, Local Bank Transfer |
| UAE (AE) | International Wire, Local Bank Transfer |
| Nigeria (NG) | International Wire, Local Bank Transfer |
| Cayman Islands (KY) | International Wire |
| Colombia (CO) | Local Bank Transfer |
| India (IN) | Local Bank Transfer |
| Philippines (PH) | Local Bank Transfer |
| Canada (CA), South Korea (KR), Taiwan (TW), Norway (NO), Indonesia (ID), Kenya (KE), South Africa (ZA), Pakistan (PK), Egypt (EG), Ghana (GH), Georgia (GE), Kuwait (KW), Qatar (QA), Bahrain (BH), Thailand (TH), Vietnam (VN) | Wire (USD only) |
On-Chain (Swap)
| Type | Payment Method |
|---|---|
| On-Chain | Blockchain ↔ Blockchain swap |
Dynamic Settings Retrieval
To programmatically retrieve the latest withdrawal limits, supported countries, and currency pairs for your application, use the following API:
Why use this API?
While the tables above provide a general overview, specific limits (Min/Max) and supported pairs can vary based on your Application's configuration and the type of entities involved (Individual vs. Business). This API returns the exact real-time settings applicable to your integration.
Response Explanation
The API returns a list of supported withdrawal paths. Each path includes:
| Field | Description |
|---|---|
source_currency | The currency being sent (e.g., USDC). |
destination_country | The target country code (ISO 3166-1 alpha-2, e.g., MX). |
destination_currency | The currency to be received in the target country (e.g., MXN, USD). |
source_type | The sender type: individual or business. |
destination_type | The recipient type: individual or business. |
source_amount | An object containing min, max, and currency for the source amount. |
destination_amount | An object containing min, max, and currency for the destination amount. |
Example Response Entry
{
"source_currency": "USDC",
"destination_country": "MX",
"destination_currency": "MXN",
"source_type": "individual",
"destination_type": "individual",
"source_amount": {
"currency": "USDC",
"min": 18,
"max": 9998
},
"destination_amount": {
"currency": "MXN",
"min": 322.68,
"max": 179233.15
}
}Detailed Breakdown
| Country | Dest Currency | Payment Method | Blockchains | Fiat Currency | Stablecoin | B2B | B2C | C2B | C2C |
|---|---|---|---|---|---|---|---|---|---|
| US | USD | ACH Push | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| US | USD | Domestic Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| US | USD | FedWire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| US | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| US | USD | RTP | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| BR | BRL | PIX | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | BRL | USDC | ✅ | ✅ | ✅ | ✅ |
| MX | MXN | CLABE (SPEI) | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | MXN | USDC | ✅ | ✅ | ✅ | ✅ |
| EU (Austria (AT), Belgium (BE), Bulgaria (BG), Croatia (HR), Cyprus (CY), Czech Republic (CZ), Denmark (DK), Estonia (EE), Finland (FI), France (FR), Germany (DE), Greece (GR), Hungary (HU), Ireland (IE), Italy (IT), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), Netherlands (NL), Poland (PL), Portugal (PT), Romania (RO), Slovakia (SK), Slovenia (SI), Spain (ES), Sweden (SE), Andorra (AD), Albania (AL), Switzerland (CH), Iceland (IS), Liechtenstein (LI), Monaco (MC), Moldova (MD), Montenegro (ME), North Macedonia (MK), Serbia (RS), San Marino (SM), Vatican City (VA)) | EUR | SEPA | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | EUR | USDC | ✅ | ✅ | ✅ | ✅ |
| EU (Austria (AT), Belgium (BE), Bulgaria (BG), Croatia (HR), Cyprus (CY), Czech Republic (CZ), Denmark (DK), Estonia (EE), Finland (FI), France (FR), Germany (DE), Greece (GR), Hungary (HU), Ireland (IE), Italy (IT), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), Netherlands (NL), Poland (PL), Portugal (PT), Romania (RO), Slovakia (SK), Slovenia (SI), Spain (ES), Sweden (SE), Andorra (AD), Albania (AL), Switzerland (CH), Iceland (IS), Liechtenstein (LI), Monaco (MC), Moldova (MD), Montenegro (ME), North Macedonia (MK), Serbia (RS), San Marino (SM), Vatican City (VA)) | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| GB | GBP | Faster Payments | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | GBP | USDC | ✅ | ✅ | ✅ | ✅ |
| GB | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| HK | HKD | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | HKD | USDC | ✅ | ✅ | ✅ | ✅ |
| HK | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| CN | CNY | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | CNY | USDC | ✅ | ✅ | ✅ | ✅ |
| CN | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| SG | SGD | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | SGD | USDC | ✅ | ✅ | ✅ | ✅ |
| SG | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| JP | JPY | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | JPY | USDC | ✅ | ✅ | ✅ | ✅ |
| JP | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| AE | AED | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | AED | USDC | ✅ | ✅ | ✅ | ✅ |
| AE | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| NG | NGN | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | NGN | USDC | ✅ | ✅ | ✅ | ✅ |
| NG | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| KY | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| ID | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| KE | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| PK | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| EG | USD | International Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| CA | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| KR | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| TW | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| NO | EUR | SEPA | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | EUR | USDC | ✅ | ✅ | ✅ | ✅ |
| NO | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| ZA | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| GH | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| CO | COP | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | COP | USDC | ✅ | ✅ | ✅ | ✅ |
| IN | INR | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | INR | USDC | ✅ | ✅ | ✅ | ✅ |
| PH | PHP | Local Bank Transfer | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | PHP | USDC | ✅ | ✅ | ✅ | ✅ |
| GE | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| KW | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| QA | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| BH | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| TH | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |
| VN | USD | Wire | ETH, Polygon, SOL, AVAX, Arbitrum, OP, Stellar | USD | USDC | ✅ | ✅ | ✅ | ✅ |