Statistics
Access marketplace statistics and analytics
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 · enumRequiredPossible values:
Item category for statistics (e.g., wearable, emote, land)
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