For the complete documentation index, see llms.txt. This page is also available as Markdown.

Statistics

Access marketplace statistics and analytics

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
categorystring · enumRequired

Item category for statistics (e.g., wearable, emote, land)

Possible values:
statstringRequired

Type of statistic to retrieve (e.g., sales_volume, average_price)

Responses
200

Statistics data

application/json
categorystringRequired

Statistics category

statstringRequired

Statistics type

valuenumberRequired

Statistics value

timestampstring · date-timeOptional

Statistics timestamp

get/v1/stats/{category}/{stat}
GET /v1/stats/{category}/{stat} HTTP/1.1
Host: marketplace-api.decentraland.org
Accept: */*
200

Statistics data

{
  "category": "text",
  "stat": "text",
  "value": 1,
  "timestamp": "2026-01-01T00:00:00.000Z"
}

Last updated