---
title: "Get trending marketplace items"
method: GET
path: "/v1/trendings"
tags: ["Trending"]
---

# Get trending marketplace items

`GET /v1/trendings`

Retrieves currently trending items in the marketplace based on various metrics.

Trending scores are calculated from:
- Recent sales volume
- Number of views and interactions
- Price movements
- Time-weighted activity

Use this endpoint to display popular items and identify market trends.
Results are updated periodically and represent the most active items in the marketplace.

## Response `200`

Trending items

- object[]
  - `item` object, required
    - `id` string, required — Item ID
    - `name` string, required — Item name
    - `description` string — Item description
    - `image` string — Item image URL
    - `category` string, required — Item category
    - `rarity` string — Item rarity
    - `price` number — Item price
    - `owner` string — Item owner
  - `trendScore` number, required — Trend score
  - `volume` number — Trading volume

---

[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)
