---
title: "Get trading volume data"
method: GET
path: "/v1/volume/{timeframe}"
tags: ["Volume"]
---

# 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

- `timeframe` 'day' | 'week' | 'month' | 'all', required

## Response `200`

Volume data

- object
  - `timeframe` string, required — Timeframe
  - `volume` number, required — Volume value
  - `timestamp` string, date-time — Volume timestamp

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
