Create Quote
POST /v0/customers/{customer_id}/offramp-transfer/quote
Path parameters
customer_id (string · uuid) — Required The unique identifier of the customer
Header parameters
Authorization (string) — Required Token for authentication
Idempotency-Key (string) — Required Unique key to prevent duplicate requests
Body Content-Type: application/json
Either source_amount OR destination_amount must be provided to calculate the quote in the desired direction.
You can provide one of the following objects:
BySourceAmount (object) — Optional Provide source-side details to calculate destination.
ByDestinationAmount (object) — Optional Provide destination-side details to calculate source.
Hint:
Responses
201 — Quote created successfully Content-Type: application/json Response: object
Request example (raw HTTP)
Response example (201 Created)
Last updated