Get volume and liquidity stats for a market
Demo
Get volume and liquidity stats for a market
Computes volume and liquidity analytics for a specific market from the market_volume_timeseries collection. Returns volume traded in multiple time windows (1h, 4h, 12h, 24h), volume as a percentage of total, liquidity-to-volume ratio, and turnover ratio.
GET
Get volume and liquidity stats for a market
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The market ID
Response
Volume stats
Latest total cumulative volume (null if missing)
Most recent liquidity value (null if missing)
Volume stats per window (1h, 4h, 12h, 24h)
liquidity / volume_24h
volume_24h / liquidity
Number of timeseries datapoints available