Skip to main content
POST
GetOrdersStreaming

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
address
string

Wallet address to filter the stream to. Trimmed and matched case-insensitively, same as on GetOrders.

market
market_id · object

Optional market filter. When omitted, or when the selector doesn't resolve to a known market, orders from all markets are streamed.

updateIntervalMs
integer | null

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

Response

200 - application/json

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

orders
Order · object[]

Full snapshot of orders matching address and market as of this message. Not a diff against the previous message.