774268c0a4fe

latestOpenAPI 3.0.2Apache 2.02026-07-17189642856.1 KB
Timeseries stream

Index levels

Returns a stream of levels for specified indexes.<br/> If you are falling behind (slow client) you will get warning message first, then error message and disconnect will happen.

get/timeseries-stream/index-levels

Query parameters

indexesstring[] required

Comma separated list of indexes.<br/> Use the /catalog-all-v2/index-levels endpoint for the full list of supported indexes.

include_verificationboolean

If set to true, includes information about verification.

backfill'latest' | 'none'

What data should be sent upon a connection.<br/> By default the latest values are sent just before real-time data.

prettyboolean

Human-readable formatting of JSON responses.

Response

Index levels WebSocket message.

indexstring required

Name of the index.

timestring required

The time in ISO 8601 date-time format. Always with nanoseconds precision.

levelstring required

The value of the index.

cm_sequence_idstring required

The monotonically increasing message number, resets on disconnection.