Skip to main content
Use this endpoint to generate a guaranteed exchange rate for a specific corridor. The quote response includes a quoteId that you must supply when you create the payout.

Endpoint

POST {{baseURL}}/v1/quote
Quotes expire after the duration returned in expiresInSeconds. Create the payout before it expires or request a fresh quote.

Request body

copy

Body fields

Request headers

Request examples

Successful response

copy

Field reference

Error responses

Best practices

  • Cache quotes temporarily so the user can confirm without re-requesting.
  • Surface the quote expiry countdown in your UI to encourage timely confirmation.
  • Use the Get Quote API if you need to display the quote again before payout.
  • Pass the quoteId to POST /v2/payout to execute the transfer.