Hello
INFOwss://wss.prime.kraken.com/ws/v1
hello
The server sends a hello
message on a successful connection. After a client connects, the server will send an unsolicited hello message.
Response
- Response Schema
- Example
type string required
Value:
hello
Message type.
ts string required
An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z
session_id string required
A session ID that uniquely identifies this websocket session.
{
"type": "hello",
"ts": "2019-10-16T10:41:23.168807Z",
"session_id": "1109RQ13KXR00"
}