Coverage
Coverage
Coverage defines where ramps can operate, which rails are available, and what assets can be moved per route.
Availability can vary by account configuration, compliance status, and enabled permissions.
Fiat Deposits (Ramp-on)
| Country | Rail / Method | Assets | Account Type |
|---|---|---|---|
| Argentina | Bank Transfer (CBU/CVU/ALIAS) | ARS, USD | Static account |
| Brazil | PIX | BRL | Dynamic QR |
| Mexico | SPEI | MXN | Static account |
| Chile | Bank Transfer | CLP | Static account |
| Peru | Bank Transfer (CCE) | PEN | Static account |
| Colombia | BRE-B | COP | Dynamic QR |
| Bolivia | QR | BOB | Dynamic QR |
| Guatemala | QR | GTQ | Dynamic QR |
Fiat Withdrawals (Ramp-off)
| Country | Rail / Method | Assets | Execution |
|---|---|---|---|
| Argentina | Bank transfer (CBU/CVU/ALIAS) | ARS, USD | Instant |
| Brazil | PIX | BRL | Instant |
| Mexico | SPEI | MXN | Instant |
| Colombia | BRE-B | COP | Instant |
| Chile | Bank transfer | CLP | Batch — 12:00 and 15:00 GMT-3 |
| Guatemala | Bank transfer | GTQ | Batch — 12:00 and 15:00 GMT-3 |
| Panama | Bank transfer | PUSD | Batch — 12:00 and 15:00 GMT-3 |
| Costa Rica | Bank transfer | CRC | Batch — 12:55–13:00 GMT-3 |
| Philippines | Instapay | PHP | Instant |
| Paraguay | Bank transfer | PYG | Batch — 12:00 and 15:00 GMT-3 |
| Peru | Bank transfer (CCE) | PEN | Instant |
Amounts are returned as plain strings with the currency in a separate field. See Currency display for the symbol and decimals of each one.
Crypto Networks
| Network | Supported Assets |
|---|---|
| ETHEREUM | DAI, ETH, USDT, USDC |
| BNB CHAIN | DAI, BNB, ETH, BTC, SOL, USDT, USDC, POL |
| POLYGON | USDT, USDC, POL |
| OPTIMISM | WLD, USDCB, ETH |
| WORLDCHAIN | WLD, USDCB |
| BASE | USDC, ETH |
| ARBITRUM | USDC |
| TRON | TRX, USDT |
| SOLANA | USDT, USDC |
| STELLAR | USDT, USDC |
Endpoint References
| Action | Endpoint |
|---|---|
| List supported assets | GET /v2/info/supported-assets |
| Get deposit info for asset | GET /v2/info/deposit-info/{coin} |
| Request deposit address | POST /v2/deposit-actions/deposit-request |
| Create withdraw | POST /v2/withdraws |
| List withdraws | GET /v2/withdraws |
| List supported banks | GET /v2/info/banks |
For a full list of supported banks and financial institutions per country, see Supported Banks.
Updated 5 days ago
Did this page help you?