SSE endpoint for real-time price updates.
Streams market prices (from Polymarket CLOB WebSocket) and crypto asset prices (from Polymarket RTDS WebSocket) to clients.
Query params:
Event types:
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/prices/stream
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Comma-separated condition IDs to filter
Comma-separated crypto symbols (BTC,ETH,SOL,XRP)
Successful Response
Was this page helpful?