CoinMetricsClient.get_stream_asset_quotes

coinmetrics.api_client.CoinMetricsClient.get_stream_asset_quotes(
    assets,
    aggregation_method=None,
    backfill=None,
)

Returns a websocket stream of asset quotes for the requested assets.

  • Parameters:

    • assets (Union [strarrow-up-right , List [strarrow-up-right ] ]) -- Comma separated list of assets. Use the /catalog-all/assets endpoint for the full list of supported assets.

    • aggregation_method (strarrow-up-right) -- The method to use for aggregation.

    • backfill (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?