Skip to main content

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 call
string
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


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 call
string
required
Wallet address to receive the cryptocurrency

Example


Transfer Response

Calls return a Transfer object containing status and amounts.

Transfer Statuses

Error Handling

Quotes expire after a short time. If you receive a “quote expired” error, request a new quote before creating the transfer.

Create Quote

Get a quote first

Get Offramp Transfer

Track transfer status

Complete Transfer

Complete offramp transfers