Retrieve a Quote by ID
Retrieve a single quote by its ID.
active → used or active → expired) before triggering downstream logic in your application.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique quote ID.
^quote_[a-z0-9]+$"quote_d243ab2b1de4447d8a046d87fefe58cf"
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 current status of the quote.
active, used, expired "active"
The transfer type this quote is for.
on_ramp, off_ramp, fiat_to_fiat "off_ramp"
The datetime the quote was last updated.
"2025-01-01T00:00:30.000Z"
RFQ-only quote duration in seconds.
x > 045
RFQ-only side whose amount was referenced for pricing.
source, destination "source"