StreamPrice
Server-streaming endpoint. Opens a long-lived Connect/gRPC-Web stream and, on a fixed interval, sends one GetPriceResponse message per market in market (not one combined message) — requesting 3 markets means 3 messages per tick.
If any single market in the list fails to resolve, the entire stream terminates rather than skipping that market.
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.
Headers
Define the version of the Connect protocol. If omitted, use 1.
Define the timeout, in ms
Request body
Response
One streamed message, for one market (the server sends a sequence of these, not a single response).
Example response
{
"price": {
"timestamp": "2023-01-15T01:30:15.01Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.