Challenge
REQUESTwss://futures.kraken.com/ws/v1
challenge
This request returns a challenge to be used in handshake for user authentication.
Request
- Request Fields
- Example
MESSAGE BODY
event string required
The request event type
api_key string required
The user API key.
{
"event": "subscribe",
"feed": "heartbeat"
}
Response Success
- Response Fields
- Successful
MESSAGE BODY
event string
Always challenge
message string
The message that user will have to sign for authentication reasons
{
"event": "challenge",
"message": "226aee50-88fc-4618-a42a-34f7709570b2"
}
Response Error
- Response Fields
- Example Error
MESSAGE BODY
event string
Always error
message string
Json Error
{
"event": "error",
"message": "Json Error"
}