Documentation 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.
WSSws.kraken.comtrade
Trade feed for a currency pair. On subscription, the last 50 trades are sent as a snapshot, followed by real-time trade updates.
Subscribe
Example: ["BTC/USD", "MATIC/GBP"]The currency pairs for this request.
Optional client originated request identifier sent as acknowledgment in the response.
The subscription status is returned via the subscriptionStatus message.
Snapshot / Update
Deprecated: use channelName and pairChannel identifier.
A list of trades.
Time, seconds since epoch.
One of: buy, sellTaker side.
One of: market, limitTaker order type.
Example: "BTC/USD"The symbol of the currency pair.
Unsubscribe
Example: ["BTC/USD", "MATIC/GBP"]
Condition: All channels which support pair subscriptionsThe currency pairs to unsubscribe.
Optional client originated request identifier sent as acknowledgment in the response.
The unsubscription status is returned via the subscriptionStatus message.