Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

WSSfutures.kraken.com/ws/v1challenge
This request returns a challenge to be used in handshake for user authentication.

Request

event
string
required
The request event type.
api_key
string
required
The user API key.
{
  "event": "challenge",
  "api_key": "CMl2SeSn09Tz+2tWuzPfdaJdsahq6qv5UaexXuQ3SnahDQU/gO3aT+"
}

Response Success

event
string
Value: challenge
message
string
The message that user will have to sign for authentication reasons.
{
  "event": "challenge",
  "message": "226aee50-88fc-4618-a42a-34f7709570b2"
}

Response Error

event
string
Value: error
message
string
An error message. Value: Json Error
{
  "event": "error",
  "message": "Json Error"
}