What you can do
- Look up supported fiat assets, institutions, and exchange rates
- Verify a recipient bank account before sending
- Get a quote for a fiat withdrawal
- Execute a fiat withdrawal from a master wallet or child address
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /withdraw-fiat/assets | List supported fiat assets |
GET | /withdraw-fiat/institutions | List supported financial institutions |
GET | /withdraw-fiat/rates | Get current exchange rates |
GET | /withdraw-fiat/currencies | List supported currencies |
POST | /withdraw-fiat/verify | Verify a recipient bank account |
POST | /wallets/{walletId}/withdraw-fiat/quote | Get a quote from master wallet |
POST | /wallets/{walletId}/withdraw-fiat | Execute fiat withdrawal from master wallet |
POST | /wallets/{walletId}/addresses/{addressId}/withdraw-fiat/quote | Get a quote from child address |
POST | /wallets/{walletId}/addresses/{addressId}/withdraw-fiat | Execute fiat withdrawal from child address |
Full API Reference
View all withdraw fiat endpoints in the API Reference tab.

