Volume

Query trading volume data

Get trading volume data

get
/v1/volume/{timeframe}

Retrieves total trading volume for the marketplace within a specified timeframe.

Volume metrics include:

  • Total sales amount (in MANA and USD)

  • Number of transactions

  • Unique traders (buyers and sellers)

Available timeframes:

  • day: Last 24 hours

  • week: Last 7 days

  • month: Last 30 days

  • all: All-time volume

Use this data for market health monitoring and trend analysis.

Path parameters
timeframestring · enumRequired

Time period for volume calculation (day, week, month, all)

Possible values:
Responses
chevron-right
200

Volume data

application/json
get
/v1/volume/{timeframe}
200

Volume data

Last updated