Create a Rate-Locked Quote
Create a locked exchange rate quote. The quote is valid for the specified duration and can be used once to create a transfer.
/v2/transfer directly.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The quote amount. For MXN/USD RFQ it is denominated by referenceSide; all other corridors retain their existing source-amount behavior.
^\d+(\.\d{2})?$"100.00"
The customer's ID.
^customer_[a-z0-9]+$"customer_3faa484998f44cfead9668608b9ee1f5"
The destination currency and network for the quote.
The source currency and network for the quote.
The integrator BPS fee rate. The BPS rate must be an integer string between 0 and 10000.
^\d+$"20"
For MXN/SPEI to USD/wire or USD/swift quotes, the field may be omitted or must be 45; omission defaults to 45. For all other supported routes, explicit values must be 30, 60, or 300 seconds and omission defaults to 60.
60
MXN/USD RFQ only. The side denominating amount; defaults to source when omitted.
source, destination "source"
Response
The datetime the quote was created.
"2025-01-01T00:00:00.000Z"
The customer ID.
"customer_d243ab2b1de4447d8a046d87fefe58cf"
The datetime when this quote expires.
"2025-01-01T00:01:00.000Z"
A unique identifier for the quote.
^quote_[a-z0-9]+$"quote_d243ab2b1de4447d8a046d87fefe58cf"
The transfer type this quote is for.
on_ramp, off_ramp, fiat_to_fiat "off_ramp"
RFQ-only quote duration in seconds.
x > 045
RFQ-only side whose amount was referenced for pricing.
source, destination "source"
The current status of the quote.
active, used, expired "active"