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

CoinMetricsClient.get_stream_index_levels

coinmetrics.api_client.CoinMetricsClient.get_stream_index_levels(
    indexes,
    include_verification=None,
    backfill=Backfill.LATEST,
)

Returns timeseries stream of index levels.

  • Parameters:

    • indexes (list (str ) , str) -- list of indxes or market patterns such as CMBIBTC

    • backfill (str) -- What data should be sent upon a connection ("latest" or "none"). By default the latest values are sent just before real-time data.

    • include_verification (bool | None) -- Default: False If set to true, includes information about verification.

Returns:

  • CmStream

    • Index levels data timeseries stream.

Last updated

Was this helpful?