Skip to main content
POST
Accept Offramp Quote

Authorizations

x-api-key
string
header
required

API key for authentication. Must be included in the x-api-key header.

Body

application/json
account_id
string<uuid>
required

The unique identifier of the registered destination account

Example:

"245fb369-d8c0-4193-b72f-cdda1b1dedd5"

quote_id
string<uuid>
required

The unique identifier of the quote to accept

Example:

"733bb4d7-9ae3-44f6-b73c-82909bba8352"

Response

Quote accepted and transfer initiated successfully

id
string<uuid>

Unique identifier for the offramp transfer

Example:

"addfec21-2d41-4365-b4c6-0538b7df2eae"

status
string

Current status of the offramp transfer

Example:

"PAYMENT_SUBMITTED"

source_amount
number

Amount of crypto being converted (source amount)

Example:

0.3

destination_amount
number

Amount of fiat to be received (destination amount)

Example:

17.87

offramp_quote_id
string<uuid>

The unique identifier of the quote that was accepted

Example:

"733bb4d7-9ae3-44f6-b73c-82909bba8352"

rail_fee
number

Rail fee charged for the transfer

Example:

10

account_details
object