---
title: "Get marketplace statistics"
method: GET
path: "/v1/stats/{category}/{stat}"
tags: ["Statistics"]
---

# Get marketplace statistics

`GET /v1/stats/{category}/{stat}`

Retrieves specific statistical data for marketplace categories.

Common categories:
- wearable: Statistics for wearable items
- emote: Statistics for emotes
- land: Statistics for LAND parcels
- ens: Statistics for ENS names

Common stat types:
- sales_volume: Total sales volume in specified timeframe
- average_price: Average sale price
- unique_buyers: Number of unique buyers
- unique_sellers: Number of unique sellers

Use this endpoint for analytics dashboards and market insights.

## Path parameters

- `category` 'wearable' | 'emote' | 'land' | 'ens' | 'all', required
- `stat` string, required

## Response `200`

Statistics data

- object
  - `category` string, required — Statistics category
  - `stat` string, required — Statistics type
  - `value` number, required — Statistics value
  - `timestamp` string, date-time — Statistics 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)
