Skip to main content
Public channel. Connect to: wss://wss.prime.kraken.com/ws/v1
If you request a stream that is paged, the data on the stream will be delivered with a next field populated. When this field is present, request the next set of data with the structure below. The response continues as with the original stream.

Request

reqid
number
required
The request ID to continue the page. Must match the original request ID from the Subscribe request.
type
string
required
Request type for continuing the paged stream. Value: page
streams
array
required
Streams to continue paging.

Response

The response structure remains the same as the original subscription, with additional data continuing from where the previous page ended.
Same structure as the original subscription response, with continuing data and potentially another next field if more pages are available.