Skip to main content

Continue Paged Stream

REQUEST

wss://wss.prime.kraken.com/ws/v1

page

If you request a stream that is paged, the data on the stream will be delivered with a next field populated. If given this field, request the next set of data with the below structure. Response continues as with the original stream.

Request

reqid number required

The request ID to continue the page, must match the original request ID.

type string required
Value: page

Request type for continuing the paged stream.

data array [ required

Stream request data to continue.

name string required

Subscription name to continue the page.

after string required

Delivered next value from the paged stream payload.

]

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.