ticker_lite feed returns ticker information about listed products. Delta messages are throttled such that they are published every 1s.
Request
string
required
subscribe or unsubscribestring
required
The requested subscription feed. Value:
ticker_litelist 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:
ticker_litelist of strings
required
A list of strings which represent the products that user will receive information upon.
Response Snapshot
string
The subscribed feed.
string
The subscribed product (referred also as instrument or symbol).
positive float
The price of the current best bid.
positive float
The price of the current best ask.
float
The 24h change in price.
The premium associated with the product.
positive float
The sum of the sizes of all fills observed in the last 24 hours.
string
Currently can be
perpetual, month, quarter, or semiannual. Other tags may be added without notice.string
The currency pair of the instrument.
integer
The days until maturity.
positive integer
Maturity time in milliseconds.
positive float
The same as
volume except that, for multi-collateral futures, it is converted to the non-base currency.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.