Skip to main content
WSSfutures.kraken.com/ws/v1trade
The trade feed returns information about executed trades.

Request

string
required
subscribe or unsubscribe
string
required
The requested subscription feed. Value: trade
list 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: trade
list 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).
list of structures

Response Delta

string
The subscribed feed.
string
The subscribed product (referred also as instrument or symbol).
string
Unique identifier for the matched trade.
string
The classification of the taker side in the matched trade: buy if the taker is a buyer, sell if the taker is a seller.
string
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.
positive integer
The subscription message sequence number.
positive integer
The UTC or GMT time of the trade in milliseconds.
positive float
The quantity of the traded product.
positive float
The price that the product got traded.

Response Error

string
Value: error
string
One of: Invalid product id, Invalid feed, Json ErrorAn error message.