Skip to main content

Notification

CHANNEL

wss://futures.kraken.com/ws/v1

notifications_auth

This subscription feed publishes notifications to the client.

Authentication is required.

Request

MESSAGE BODY

event string required

subscribe or unsubscribe

feed string required

The requested subscription feed 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
The result, subscribed or subscribed_failed or unsubscribed or unsubscribed_failed
feed string
The requested subscription feed 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.

id positive integer

The notification id

type string
The notification type. Existing types are market, general, new_feature, bug_fix, maintenance, settlement. .
priority string

The notification priority. Existing priorities are: low, medium, high. If priority is high then it implies downtime will occur at effective_time when type is maintenance.

note string

The notification note. A short description about the specific notification.

effective_time integer
The time that notification is taking effect.
expected_downtime_minutes integer
The expected downtime in minutes or absent if no downtime is expected.

Response Error

event string
Always error
message string

An error message out of:
Invalid feed
Json Error