Public channel. Connect to:
wss://wss.prime.kraken.com/ws/v1Pong message. If data is omitted or empty, the server responds with an error message instead.
Request
- Request Schema
- Example
number
required
A unique number that identifies this ping request.
string
required
Request type. Value:
Pingstring
required
An ISO-8601 UTC string of the form
2019-02-13T05:17:32.000000Z.array
required
Non-empty list of objects that is forwarded in the
Pong response. Must contain at least one object; an empty array is rejected.Response
- Pong Schema
- Pong Example
- Error Schema
- Error Example
number
required
The request ID from the ping request.
string
required
Response type. Value:
Pongnumber
Sequence number, always 0 for ping/pong when present. This field may be omitted from the response.
string
required
An ISO-8601 UTC string of the form
2019-02-13T05:17:32.000000Z.array
required
Objects forwarded from the ping request
data array.Notes
datais required and must contain at least one object. Requests that omitdata, or send"data": [], are rejected with"missing Ping data".- Any objects included in
dataare echoed back unchanged in thePongresponse. seqNummay be omitted from successfulPongresponses.- Error responses use
seq(notseqNum) and include anerrorobject withcodeandmsgfields.