Payments
Accept Offramp Quote
deprecated
Accept a quote and initiate the offramp transfer
POST
Accept Offramp Quote
Authorizations
API key for authentication. Must be included in the x-api-key header.
Body
application/json
Response
Quote accepted and transfer initiated successfully
Unique identifier for the offramp transfer
Example:
"addfec21-2d41-4365-b4c6-0538b7df2eae"
Current status of the offramp transfer
Example:
"PAYMENT_SUBMITTED"
Amount of crypto being converted (source amount)
Example:
0.3
Amount of fiat to be received (destination amount)
Example:
17.87
The unique identifier of the quote that was accepted
Example:
"733bb4d7-9ae3-44f6-b73c-82909bba8352"
Rail fee charged for the transfer
Example:
10
Previous
Initiate OfframpInitiate an offramp transfer. Returns a cryptocurrency deposit address where users should send their crypto. Once crypto is deposited, it will be converted to fiat and sent to the registered destination account.
Next
Accept Offramp Quote