TheDocumentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
subscribe or unsubscribeThe requested subscription feed. Value:
tickerA list of strings which represent the products that user will receive information upon.
Response Success
One of:
subscribed, subscribed_failed, unsubscribed, unsubscribed_failedThe result.The requested subscription feed. Value:
tickerA 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.The UTC time of the server in milliseconds.
The subscribed product (referred also as instrument or symbol).
The current funding rate. If zero, field is not populated. (Perpetuals only)
The estimated next funding rate. If zero, field is not populated. (Perpetuals only)
The absolute funding rate relative to the spot price at the time of funding rate calculation. If zero, field is not populated. (Perpetuals only)
The estimated next absolute funding rate relative to the current spot price. If zero, field is not populated. (Perpetuals only)
The time until next funding rate in milliseconds. (Perpetuals only)
The subscribed feed.
The price of the current best bid.
The price of the current best ask.
The size of the current best bid.
The size of the current best ask.
The sum of the sizes of all fills observed in the last 24 hours.
The days until maturity.
The leverage of the product.
The real time index of the product.
The price of the last fill.
The 24h change in price.
True if the market is suspended.
Currently can be
perpetual, month or quarter. Other tags may be added without notice.The currency pair of the instrument.
The current open interest of the instrument.
The market price of the instrument.
The UTC time, in milliseconds, at which the contract will stop trading.
True if the market is in post-only.
The same as
volume except that, for multi-collateral futures, it is converted to the non-base currency.The first traded price in the last 24h.
The highest traded price in the last 24h.
The lowest traded price in the last 24h.
The current premium (percentage difference between the futures price and the index price).
The current Greeks, if this is an option.
Response Error
Value:
errorOne of:
Invalid product id, Invalid feed, Json ErrorAn error message.