Skip to main content
Calculates a quote without creating a conversion process. Useful for showing indicative rates in your UI before a user commits to starting a conversion.

Query parameters

A non-numeric value in from_amount / to_amount is treated as 0 rather than rejected.

Response 200 OK

d0_available is always present, including when it is false — that is how you know the desk is closed for same-day settlement. It is product information, not an error. This endpoint does not return an rfq_id and cannot be accepted — it is for display purposes only. To lock in a rate, call Create Conversion.
The spread applied here is your spread, not a global one, so the indicative rate you show matches the conversion you would actually get. Two different API keys can legitimately see different prices for the same query.
Status codes: 200 OK, 400 Bad Request, 401 Unauthorized, 500 Internal Server Error Unlike Create Conversion, which returns 500 for an unknown currency, this endpoint returns a clean 400 — useful if you want to validate a currency pair before creating anything.