Create Quote
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Idempotency-KeystringRequired
Unique key to prevent duplicate requests
Body
Either source_amount OR destination_amount must be provided to calculate the quote in the desired direction
or
Responses
201
Quote created successfully
application/json
post
/v0/customers/{customer_id}/offramp-transfer/quote201
Quote created successfully
Last updated