Skip to main content

mark

publicgatedchannel: markwss://api.staging.sphx.io/v1/ws

Engine mark publications with the current admission band. Emitted per mark update, only for instruments whose api.mark_channel_enabled flag is set by the venue.

Subscribe params: instrument_id (required).

Subscribe

{ "op": "subscribe", "channel": "mark", "params": { "instrument_id": 1000 }
ParamTypeRequiredNotes
instrument_idinteger · int64The instrument to stream

Events

mark

A mark publication applied, with the current admission band.

FieldTypeRequiredDescription
instrument_idinteger · int64
markinteger · int64Engine-derived mark, ticks.
band_lointeger · int64
band_hiinteger · int64RC-1 admission band bounds, ticks.
event_seqinteger · int64Cluster sequence number — monotonic; drives gap detection and REST/WS joins.
tsinteger · int64Sequenced timestamp of the mark event.
Example frame
{
"channel": "mark",
"event": "mark",
"data": {
"instrument_id": 1000,
"mark": 3902,
"band_lo": 3880,
"band_hi": 3925,
"event_seq": 2201,
"ts": 1779111582959
}
}