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 (denominated in source currency).
^\d+(\.\d{2})?$"100.00"
The customer's ID.
^customer_[a-z0-9]+$"customer_3faa484998f44cfead9668608b9ee1f5"
The source currency and network for the quote.
The destination currency and network for the quote.
The duration in seconds for which the quote rate is locked. Defaults to 60.
30, 60, 300 60
The integrator BPS fee rate. The BPS rate should be an integer represented as a string.
"20"
Response
A unique identifier for the quote.
^quote_[a-z0-9]+$"quote_d243ab2b1de4447d8a046d87fefe58cf"
The transfer type this quote is for.
on_ramp, off_ramp "off_ramp"
The customer ID.
"customer_d243ab2b1de4447d8a046d87fefe58cf"
The datetime when this quote expires.
"2025-01-01T00:01:00.000Z"
The datetime the quote was created.
"2025-01-01T00:00:00.000Z"