Skip to main content
GET
Poll Quotes
Poll for the current best quote submitted by market makers on an open quote request.
The preferred transport for live pricing is the SSE stream GET /quote-requests/{id}/stream, which pushes an update only when the best quote changes. This poll endpoint still exists as a fallback for clients that cannot use Server-Sent Events.

Path Parameters

id
string
required

The requestId returned by Create Quote Request.

Example:

"req-789"

Response

Current best quote

success
boolean
bestQuote
object | null

Current best quote, or null if none received.

quoteCount
integer
Example:

3

status
enum<string>
Available options:
open,
accepted,
confirmed,
closed
Example:

"open"

closed
boolean
Example:

false