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.
trade feed returns information about executed trades.
Request
subscribe or unsubscribeThe requested subscription feed. Value:
tradeA 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:
tradeA 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).
Response Delta
The subscribed feed.
The subscribed product (referred also as instrument or symbol).
Unique identifier for the matched trade.
The classification of the taker side in the matched trade:
buy if the taker is a buyer, sell if the taker is a seller.The classification of the matched trade in an orderbook:
fill if it is a normal buyer and seller, liquidation if it is a result of a user being liquidated from their position, termination if it is a result of a user being terminated, or block if it is a component of a block trade.The subscription message sequence number.
The UTC or GMT time of the trade in milliseconds.
The quantity of the traded product.
The price that the product got traded.
Response Error
Value:
errorOne of:
Invalid product id, Invalid feed, Json ErrorAn error message.