v1
latestOpenAPI 3.1.02026-07-22163829.6 KBTrading
Poll Quotes
Poll for the current best quote on an open quote request. Prefer the SSE stream GET /quote-requests/{id}/stream for live pricing; this endpoint is a fallback for clients that cannot use Server-Sent Events.
get/quote-requests/{id}/quotes
Path parameters
idstring required
Example:req-789
The requestId returned by Create Quote Request.
Response
Current best quote
Example response
{
"bestQuote": {
"maker_id": "mm-alpha",
"quote_id": "8f3c2b1a-1d2e-4c3b-9a8f-6e5d4c3b2a1f",
"maker": "0x1234000000000000000000000000000000abcd",
"side": "buy",
"price": 0.12,
"size": 10,
"expires_in_ms": 5000
},
"quoteCount": 3,
"status": "open"
}