Skip to main content
Use this endpoint to fetch the latest state of a quote before completing the payout. It returns the locked-in rate, fees, and the remaining validity window.

Endpoint

GET {{baseURL}}/v1/quote/{quoteId}

Request headers

Request examples

Successful response

copy

Field reference

Error responses

Usage tips

  • Fetch the quote immediately before you initiate a payout to ensure it is still valid.
  • Cache the quote in your session store so you can re-display the guaranteed amount in confirmation UIs.
  • If the quote has expired, call Create Quote again and repeat the flow.
  • Pass the retrieved quoteId directly to POST /v2/payout to settle the transfer.