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.
book feed returns information about the order book.
Request
subscribe or unsubscribeThe requested subscription feed. Value:
bookA 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:
bookA list of strings which represent the products that user will receive information upon.
Response Snapshot
The subscribed feed.
The subscribed product (referred also as instrument or symbol).
The subscription message sequence number.
Timestamp in milliseconds.
Always null.
Response Delta
The subscribed feed.
The subscribed product (referred also as instrument or symbol).
The subscription message sequence number.
Timestamp in milliseconds.
The side of the entry.
The price of the entry.
The quantity of the entry.
Response Error
Value:
errorOne of:
Invalid product id, Invalid feed, Json ErrorAn error message.