Upcoming - beta access required. The Combos API is not generally available yet. Reach out to institutional@polymarket.us to join the beta test.
Read the Combos guide before integrating. It explains the RFQ Engine workflow, quote rules, and timing requirements.
Endpoints
All Combos API calls require normal bearer-token authentication. Calls must also identify the acting participant either through the
x-participant-id header or through a participant_id claim in the bearer token.RFQ Flow
- Call
GetRFQUserIDto learn the public RFQ user ID for the authenticated participant. - Call
CreateRFQwith the combo legs, requested side, quantity or cash order quantity, and expiration time. - Makers call
GetRFQsandCreateQuoteto respond. - Requesters monitor
GetQuotesor subscribe toStreamRFQEvents. - The requester calls
AcceptQuoteto select one quote. - The quote creator calls
ConfirmQuoteduring last look. - Watch
GetQuotesorStreamRFQEventsfor the final quote status.
Create RFQ
Request Body
Example
Response
Query RFQs
Query Parameters
Create Quote
Request Body
Query Quotes
Query Parameters
Accept Quote
Confirm Quote
Quote Statuses
Rate Limits
Exceeding these limits returns
ResourceExhausted (429 Too Many Requests).
Error Codes
See Also
RFQ Events Stream
Real-time RFQ and quote events
Trading API
Order entry and lifecycle APIs
Authentication
Required scopes and OAuth flow
Rate Limits
Endpoint-level request limits