Skip to main content
WSSfutures.kraken.com/ws/v1fills
This subscription feed publishes fills information.

Request

event
string
required
subscribe or unsubscribe
feed
string
required
The requested subscription feed. Value: fills
product_ids
list
Optionally, the product_ids field can be used to subscribe only to specific products.
api_key
string
required
The user API key.
original_challenge
string
required
The message that is received from a challenge request.
signed_challenge
string
required
The signed challenge message with user API secret.

Response Success

event
string
One of: subscribed, subscribed_failed, unsubscribed, unsubscribed_failedThe result.
feed
string
The requested subscription feed. Value: fills
product_ids
list
List of product identifiers to subscribe for. Other products are ignored.
api_key
string
The user API key.
original_challenge
string
The message that is received from a challenge request.
signed_challenge
string
The signed challenge message with user API secret.

Response Snapshot & Delta

feed
string
The subscribed feed.
account
string
The user account.
fills
list of structures
A list containing fill elements of the user account.

Response Error

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