Read the default live/current quote-state view for a quote created earlier through POST /quotes. This is the primary current-state readback path; use GET /quotes/ for retained historical detail.
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Quote identifier returned by quote creation and other quote read/list flows. Use it to read the current state of an existing quote.
Live current quote state returned.
Primary live/current quote-state read model returned by GET /quotes/{quoteId}/current.
Stable BLIPS quote identifier for this quote.
Public transaction identifier linked to this quote state.
RFC 3339 timestamp when this quote was created.
RFC 3339 timestamp when this quote expires.
Which side of the quote amount is locked.
SENDING, RECEIVING Locked amount in minor units on the selected locked currency side.
^[0-9]+$Current sender-side amount for this quote.
Current receiver-side amount for this quote.
Current total fees for this quote.
Current quoted exchange rate.
Whether the current quote amounts already include fees.
Status of this quote in the live/current read model.
Optional freshness evaluation for this live/current quote view.
Bounded linked outgoing transaction snapshot once execution has started.
Bounded linked incoming transaction snapshot once execution has started.