For the complete documentation index, see llms.txt. This page is also available as Markdown.

Index levels

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

get
Authorizations
api_keystringRequired

Coin Metrics API key can be specified as ?api_key= query parameter.

Query parameters
indexesstring[]Required

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

Example: CMBIBE
include_verificationbooleanOptional

If set to true, includes information about verification.

Default: false
backfillstring · enumOptional

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

Default: latestPossible values:
prettybooleanOptional

Human-readable formatting of JSON responses.

Default: false
Responses
200

Index levels WebSocket message.

application/json

Information about index level.

indexstringRequired

Name of the index.

timestring · date-timeRequired

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

levelstring · decimalRequired

The value of the index.

cm_sequence_idstringRequired

The monotonically increasing message number, resets on disconnection.

get/timeseries-stream/index-levels

Last updated

Was this helpful?