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

CoinMetricsClient.get_stream_market_quotes

coinmetrics.api_client.CoinMetricsClient.get_stream_market_quotes(
    markets,
    backfill=Backfill.LATEST,
    include_one_sided=None,
)

Returns timeseries stream of market quotes.

  • Parameters:

    • markets (list (str ) , str) -- list of markets or market patterns like exchange-* or exchange-*-spot or *USDT-future.

    • 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_one_sided (bool) -- Default: false. Include one-side and empty books in quotes response.

Returns:

  • CmStream

    • Market Quotes timeseries stream.

Last updated

Was this helpful?