CoinMetricsClient.get_stream_market_open_interest

coinmetrics.api_client.CoinMetricsClient.get_stream_market_open_interest(
    markets,
    backfill=None,
)

Returns a websocket stream of market open interest for the requested markets.

  • Parameters:

    • markets (Union [strarrow-up-right , List [strarrow-up-right ] ]) -- Comma separated list of markets or market patterns like exchange-* or exchange-*-spot or *USDT-future. Use the /catalog-all/markets endpoint for the full list of supported markets.

    • backfill (Optional [strarrow-up-right ]) -- What data should be sent upon a connection. By default the latest values are sent just before real-time data.

  • Returns:

Returns:

Last updated

Was this helpful?