Create Offramp Transfer
Last updated
Last updated
Fallback Docs:
POST
/v0/customers/{customer_id}/offramp-transfer
Create new Offramp Transfer
Headers
Content-Type
application/json
Authorization
<token>
Body
amount
string
The amount of the offramp transfer as a numeric string
source_token
string
The currency to be deposited
source_network
string
The blockchain network for the source token
destination_currency
string
The currency for the destination
destination_payment_rails
string
The rails type to be used for the bank transfer
destination_bank_account
object
Response
Creates offramp transfer and returns deposit information
The unique identifier of the customer
Token for authentication
The amount of the offramp transfer as a numeric string
^[0-9]+(\.[0-9]+)?$
The currency to be deposited
The blockchain network for the source token
The currency for the destination
The rails type to be used for the bank transfer
Successful offramp transfer initiation response