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
A unique number that identifies this ping request.
Request type. Value:
PingAn ISO-8601 UTC string of the form
2019-02-13T05:17:32.000000Z.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
The request ID from the ping request.
Response type. Value:
PongSequence number, always 0 for ping/pong when present. This field may be omitted from the response.
An ISO-8601 UTC string of the form
2019-02-13T05:17:32.000000Z.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.