Skip to main content
GET
Get volume and liquidity stats for a market

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

marketId
string
required

The market ID

Response

Volume stats

marketId
string
totalVolume
number | null

Latest total cumulative volume (null if missing)

latestLiquidity
number | null

Most recent liquidity value (null if missing)

windows
object

Volume stats per window (1h, 4h, 12h, 24h)

liquidityToVolumeRatio
number | null

liquidity / volume_24h

turnoverRatio
number | null

volume_24h / liquidity

datapoints
integer

Number of timeseries datapoints available