WSS futures.kraken.com/ws/v1 notifications_auth
This subscription feed publishes notifications to the client.
Authentication is required.
Request
The requested subscription feed. Value: notifications_auth
The message that is received from a challenge request.
The signed challenge message with user API secret.
{
"event" : "subscribe" ,
"feed" : "notifications_auth" ,
"api_key" : "CMl2SeSn09Tz+2tWuzPiPUjaXEQRGq6qv5UaexXuQ3SnahDQU/gO3aT+" ,
"original_challenge" : "226aee50-88fc-4618-a42a-34f7709570b2" ,
"signed_challenge" : "RE0DVOc7vS6pzcEjGWd/WJRRBWb54RkyvV+AZQSRl4+rap8Rlk64diR+Z9DQILm7qxncswMmJyvP/2vgzqqh+g=="
}
Response Success
One of: subscribed, subscribed_failed, unsubscribed, unsubscribed_failedThe result.
The requested subscription feed. Value: notifications_auth
The message that is received from a challenge request.
The signed challenge message with user API secret.
{
"event" : "subscribed" ,
"feed" : "notifications_auth" ,
"api_key" : "CMl2SeSn09Tz+2tWuzPiPUjaXEQRGq6qv5UaexXuQ3SnahDQU/gO3aT+" ,
"original_challenge" : "226aee50-88fc-4618-a42a-34f7709570b2" ,
"signed_challenge" : "RE0DVOc7vS6pzcEjGWd/WJRRBWb54RkyvV+AZQSRl4+rap8Rlk64diR+Z9DQILm7qxncswMmJyvP/2vgzqqh+g=="
}
Response Snapshot
A list containing the notifications. The notification type. Existing types are market, general, new_feature, bug_fix, maintenance, settlement.
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.
The notification note. A short description about the specific notification.
The time that notification is taking effect.
expected_downtime_minutes
The expected downtime in minutes or absent if no downtime is expected.
{
"feed" : "notifications_auth" ,
"notifications" : [
{
"id" : 5 ,
"type" : "market" ,
"priority" : "low" ,
"note" : "A note describing the notification." ,
"effective_time" : 1520288300000
}
]
}
Response Error
One of: Invalid feed, Json ErrorAn error message.
{
"event" : "error" ,
"message" : "Invalid feed"
}