Create Transfer From Quote

Create Onramp Transfer from Quote

post
/v0/customers/{customer_id}/onramp-transfer/quote/{quote_id}

Creates onramp transfer using an existing quote

Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

quote_idstring · uuidRequired

The unique identifier of the quote

Header parameters
AuthorizationstringRequired

Token for authentication

Body
destination_addressstringRequired

The blockchain address where the funds will be sent

Example: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e
Responses
chevron-right
201

Successful onramp transfer initiation response

application/json
post
/v0/customers/{customer_id}/onramp-transfer/quote/{quote_id}
201

Successful onramp transfer initiation response

Last updated