CoinMetricsClient.get_stream_market_liquidations

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

Returns timeseries stream for market liquidations

  • 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:

  • CmStream

    • Market liquidations timeseries stream

Last updated

Was this helpful?