GetMarketSummaryStreaming
Server-streaming endpoint. Opens a long-lived Connect/gRPC-Web stream
and sends a GetMarketSummaryResponse message immediately, then
again on a fixed interval, until the client disconnects. Reuses the
same response schema as the unary GetMarketSummary.
Resolved by market_id or market_symbol
update_interval_ms defaults to 250ms when omitted, and is clamped
to the 100–60000ms range rather than rejected.
Note: Mintlify’s request-based API explorer cannot exercise a real streaming response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Define the version of the Connect protocol. If omitted, use 1.
1 Define the timeout, in ms
Body
Response
One streamed message (the server sends a sequence of these, not a single response).
Live trading summary for the requested market.