Skip to main content
WSSfutures.kraken.com/ws/v1notifications_auth
This subscription feed publishes notifications to the client. Authentication is required.

Request

event
string
required
subscribe or unsubscribe
feed
string
required
The requested subscription feed. Value: notifications_auth
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 Success

event
string
One of: subscribed, subscribed_failed, unsubscribed, unsubscribed_failedThe result.
feed
string
The requested subscription feed. Value: notifications_auth
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

feed
string
The subscribed feed.
notifications
list of structures
A list containing the notifications.

Response Error

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