ticker feed returns ticker information about listed products. Only tradeable markets are available via individual WebSocket market data feeds. Delta messages are throttled such that they are published every 1s.
Request
string
required
subscribe or unsubscribestring
required
The requested subscription feed. Value:
tickerlist of strings
required
A list of strings which represent the products that user will receive information upon.
Response Success
string
One of:
subscribed, subscribed_failed, unsubscribed, unsubscribed_failedThe result.string
The requested subscription feed. Value:
tickerlist of strings
required
A list of strings which represent the products that user will receive information upon.
Response Snapshot
The subscription data will return values for all fields even if the value of only a single field has changed since the last payload.positive integer
The UTC time of the server in milliseconds.
string
The subscribed product (referred also as instrument or symbol).
float
The current funding rate. If zero, field is not populated. (Perpetuals only)
float
The estimated next funding rate. If zero, field is not populated. (Perpetuals only)
float
The absolute funding rate relative to the spot price at the time of funding rate calculation. If zero, field is not populated. (Perpetuals only)
float
The estimated next absolute funding rate relative to the current spot price. If zero, field is not populated. (Perpetuals only)
float
The time until next funding rate in milliseconds. (Perpetuals only)
string
The subscribed feed.
positive float
The price of the current best bid.
positive float
The price of the current best ask.
positive float
The size of the current best bid.
positive float
The size of the current best ask.
positive float
The sum of the sizes of all fills observed in the last 24 hours.
positive integer
The days until maturity.
string
The leverage of the product.
positive float
The real time index of the product.
positive float
The price of the last fill.
float
The 24h change in price.
boolean
True if the market is suspended.
string
Currently can be
perpetual, month or quarter. Other tags may be added without notice.string
The currency pair of the instrument.
float
The current open interest of the instrument.
float
The market price of the instrument.
positive integer
The UTC time, in milliseconds, at which the contract will stop trading.
boolean
True if the market is in post-only.
positive float
The same as
volume except that, for multi-collateral futures, it is converted to the non-base currency.positive float
The first traded price in the last 24h.
positive float
The highest traded price in the last 24h.
positive float
The lowest traded price in the last 24h.
The current premium (percentage difference between the futures price and the index price).
structure
The current Greeks, if this is an option.
Response Error
string
Value:
errorstring
One of:
Invalid product id, Invalid feed, Json ErrorAn error message.