Market
Channel Update Frequency: 1s
The market channel pushes live information about the market such as the current market price and the lower & upper sanity bounds as well as reference data related to the market.
The websocket will reply with the shown success response format for each market which has been successfully subscribed to.
If a subscription has been made to market:all, the data array in the message from this channel will contain a JSON list of all markets. Each JSON will contain information for each market seperately. Otherwise the data array will contain a single JSON corresponding to one market per market channel subscription.
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
market:all
or a list of individual markets market:<marketCode>
Channel Update Fields
table
STRING
market
data
LIST of dictionaries
marketPrice
STRING
Mark price
qtyIncrement
STRING
Quantity increment
upperPriceBound
STRING
Upper sanity price bound
lowerPriceBound
STRING
Lower sanity price bound
counter
STRING
type
STRING
marketId
STRING
referencePair
STRING
tickSize
STRING
Tick size
marketPriceLastUpdated
STRING
Millisecond timestamp
contractValCurrency
STRING
name
STRING
marketCode
STRING
marginCurrency
STRING
base
STRING
Last updated