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

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 [str , List [str ] ]) -- 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 [str ]) -- 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?