CoinMetricsClient.get_stream_market_contract_prices
coinmetrics.api_client.CoinMetricsClient.get_stream_market_contract_prices(
markets,
backfill=None,
)Returns timeseries stream of market contract prices.
This includes index price and mark price that are used by the exchange for settlement and risk management purposes.
Parameters:
backfill (Optional [str ]) -- What data should be sent upon a connection. By default the latest values are sent just before real-time data.
Returns:
Market Contract Prices timeseries stream.
PreviousCoinMetricsClient.get_stream_market_candles
NextCoinMetricsClient.get_stream_market_liquidations
Last updated

