Overview
Common concept
The RFQ (Request for Quote) API allows users to request and accept Quotes for trading specific instruments.
Notes
Each
Quoteis identified by a uniquequoteIdA
Quoteremains valid until its expiration timestamp provided by the serverCreating a new
Quotedoes not invalidate previously issuedQuotes; they stay valid until they expire on their ownEach
Quotecan be accepted via any WebSocket connection or REST APIThe server uses a last-look mechanism, meaning it can reject a
Quoteat the final momentAccepting one
Quotedoes not influence the lifetime of other outstandingQuotesDepending on market liquidity, the server may return a
Quotewith only abid, only anask, or bothRisk-limit checks (exposure, etc.) are performed only during
/rfq/acceptQuote— not when the quote is createdA
Quotemust exist and still be valid when you attempt to accept itA successful
Quoteacceptance always returns aTradeobject.
Last updated

