Skip to main content
POST
StreamPrice

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Connect-Protocol-Version
enum<number>
default:1
required

Define the version of the Connect protocol. If omitted, use 1.

Available options:
1
Connect-Timeout-Ms
number

Define the timeout, in ms

Body

application/json
market
(market_id · object | market_symbol · object)[]
required

Markets to stream prices for. Must be non-empty — one streamed message is sent per market, per tick.

updateIntervalMs
integer | null

Interval between stream ticks, in milliseconds. Defaults to 250 when omitted or zero, and is clamped to the 100–60000 range.

Response

200 - application/json

One streamed message, for one market (the server sends a sequence of these, not a single response).

price
price · object

Current price data for the requested market.

signedPricePayload
string | null

Signed price attestation from the upstream pricing oracle, suitable for on-chain submission (e.g. to settle trades or trigger liquidations). Opaque/encoded; format is defined by the pricing oracle, not by this API.