Get quote detail by ID.
Read the retained historical detail for a quote. This is the secondary historical-detail route; GET /quotes//current remains the default live/current quote readback path.
Authorizations
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Path Parameters
Stable BLIPS quote identifier.
Response
Retained historical quote detail returned.
Retained historical quote detail for the public lookup-backed PPV quote flow. This route stays quote-detail focused and does not replace GET /quotes/{quoteId}/current.
Stable BLIPS quote identifier.
Public transaction identifier linked to this retained quote detail.
Creation timestamp for this quote detail.
Quote expiry timestamp.
Currency side locked when this quote was created.
SENDING, RECEIVING Minor-unit amount locked on the selected currency side.
^[0-9]+$Stored source account snapshot for this quote detail.
Stored receiver PPV destination snapshot for this quote detail.
Stored sending amount for this quote detail.
Stored receiving amount for this quote detail.
Stored total fee amount for this quote detail.
Stored exchange rate for this quote detail.
Whether the returned quote amounts already include fees.
Status of this quote.
QUOTE_READY, BLOCKED, EXPIRED