Ticker
Channel Update Frequency: 500 ms
The ticker channel pushes live price and volume information about the contract.
The websocket will reply with the shown success response format for each ticker channel which has been successfully subscribed to.
The data array in the message from this ticker channel will contain a single JSON corresponding to one ticker subscription.
If you subcribe "ticker:all", you would get one whole message containing all markets.
Request Parameters
op
STRING
Yes
subscribe
tag
INTEGER or STRING
No
If given it will be echoed in the reply and the max size of tag
is 32
args
LIST
Yes
ticker:all
or a list of individual markets ticker:<marketCode>
Channel Update Fields
table
STRING
ticker
data
LIST of dictionary
marketCode
STRING
Market code
last
STRING
Last traded price
markPrice
STRING
Mark price
open24h
STRING
24 hour rolling opening price
volume24h
STRING
24 hour rolling trading volume in OX
currencyVolume24h
STRING
24 hour rolling trading volume in Contracts
high24h
STRING
24 hour highest price
low24h
STRING
24 hour lowest price
openInterest
STRING
Open interest in Contracts
lastQty
STRING
Last traded price amount
timestamp
STRING
Millisecond timestamp
lastMarkPrice
STRING
Previous mark price reading
indexPrice
STRING
Index price
Last updated