Skip to main content
GET
/
demo
/
markets
/
{marketId}
/
volume-stats
Get volume and liquidity stats for a market
curl --request GET \
  --url https://api.nevua.markets/demo/markets/{marketId}/volume-stats \
  --header 'Authorization: Bearer <token>'
{
  "marketId": "<string>",
  "totalVolume": 123,
  "latestLiquidity": 123,
  "windows": {},
  "liquidityToVolumeRatio": 123,
  "turnoverRatio": 123,
  "datapoints": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.nevua.markets/llms.txt

Use this file to discover all available pages before exploring further.

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