Offramp Transfer (Crypto → Fiat)
Convert cryptocurrency to fiat and send to a bank account.Method Signature
Parameters
string
required
The unique customer identifier (UUID format)
string
required
Quote ID from a previous
createOfframpQuote callstring
required
Transfer purpose code (e.g.,
personal_expenses, business_payment)string
Bank account ID to receive the fiat funds. Required if
destination_bank_account is not provided.object
Inline bank account details (alternative to
destination_external_account_id)Example
- TypeScript
- JavaScript
Onramp Transfer (Fiat → Crypto)
Convert fiat to cryptocurrency and send to a wallet.Method Signature
Parameters
string
required
The unique customer identifier (UUID format)
string
required
Quote ID from a previous
createOnrampQuote callstring
required
Wallet address to receive the cryptocurrency
Example
Transfer Response
Calls return aTransfer object containing status and amounts.
Transfer Statuses
Error Handling
Related Methods
Create Quote
Get a quote first
Get Offramp Transfer
Track transfer status
Complete Transfer
Complete offramp transfers