Conversions
Reference Quote
GET /v2/rfq/ref_quote — calculate an indicative rate without creating a conversion.
Calculates a quote without creating a conversion process. Useful for showing indicative rates in your UI before a user commits to starting a conversion.
If no amount is provided, the response returns the rate for 1 unit of Response
This endpoint does not return an
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
from_currency | string | Yes | Source currency code |
to_currency | string | Yes | Destination currency code |
from_amount | float | Conditional | Source amount (omit for a unit-rate quote) |
to_amount | float | Conditional | Destination amount |
from_currency.
Response 200 OK
| Field | Type | Description |
|---|---|---|
quote_pair | string | Quote pair (e.g. USDT_BRL) |
rate_d0 | float | D0 rate |
rate_d1 | float | D1 rate |
from_amount_d0 | float | D0 amount to send |
to_amount_d0 | float | D0 amount to receive |
from_amount_d1 | float | D1 amount to send |
to_amount_d1 | float | D1 amount to receive |
settlement_eta_d0 | string | D0 settlement ETA (RFC 3339) |
settlement_eta_d1 | string | D1 settlement ETA (RFC 3339) |
d0_available | boolean | false means the desk is closed for D0 — after cutoff or outside operating hours |
rfq_id and cannot be accepted — it is for display purposes only. To lock in a rate, call Create Conversion.
Status codes: 200 OK, 400 Bad Request, 500 Internal Server Error

