Skip to main content
Upcoming - beta access required. The RFQ events stream is part of the upcoming Combos API beta. Reach out to institutional@polymarket.us to join the beta test.
Read the Combos guide before integrating with the RFQ Events Stream. It explains the RFQ Engine workflow, quote rules, and timing requirements.
Subscribe to combo RFQ and quote lifecycle events using gRPC server-side streaming. Use this stream to avoid polling GetRFQs and GetQuotes while managing RFQ workflows.

Service Definition

Service: polymarket.v1.CombosAPI
RPC: StreamRFQEvents
Type: Server-side streaming
Required scope: read:orders
StreamRFQEvents is gRPC-only. The REST Combos endpoints are documented in the Combos API Overview.

Request Parameters

StreamRFQEventsRequest

The request is currently empty.

Response Messages

The stream returns StreamRFQEventsResponse messages. Each response has one event value.

Event Payloads

RFQ

Quote

RFQActionReject

RFQActionRejectAction

Complete Example

Stream Behavior

Error Codes

See Also

Combos API

REST and unary gRPC RFQ operations

gRPC Streaming Overview

Endpoints, auth, and connection setup

Authentication

gRPC metadata and scopes

Error Handling

Reconnection and retry guidance