---
title: "Get user volume"
method: GET
path: "/v0.1/data/rankings/{entity}/volume"
tags: ["NFT Data and Historical Statistics"]
---

# Get user volume

`GET /v0.1/data/rankings/{entity}/volume`

Users (top buyers/sellers) leaderboard. Calculated as traded worth for the period.

## Path parameters

- `entity` 'sellers' | 'buyers', required

## Query parameters

- `blockchain` 'ETHEREUM' | 'FLOW' | 'POLYGON' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'APTOS' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
- `source` 'RARIBLE' | 'OPEN_SEA'
- `period` 'MIN5' | 'MIN30' | 'H1' | 'H6' | 'D1' | 'D7' | 'D30' | 'ALL' — Period: * `MIN5` - Last 5 minutes * `MIN30` - Last 30 minutes * `H1` - Last 1 hour * `H6` - Last 6 hours * `D1` - Last 1 day * `D7` - Last 7 days * `D30` - Last 30 days * `ALL` - For all time
- `limit` integer

## Response `200`

OK

- OlapUserVolumeRankingResponse
  - `result` OlapUserLeaderboardEntry[]
    - `id` string, required — Identifier of user
    - `volumeUsd` OlapCurrencyAmount, required
      - `currency` 'USD' | 'ETH' | 'XTZ' | 'FLOW' | 'MATIC' | 'POL' | 'SOL' | 'MNT' | 'CHZ' | 'CELO' | 'FIEF' | 'XAI' | 'APT' | 'OAS' | 'QUAI' | 'ROSE' | 'BNB' | 'PALM' | 'FIVIRE' | 'SEI' | 'GLMR' | 'AZERO' | 'BERA' | 'TLOS' | 'HBAR' | 'VIC' | 'BTC' | 'HYPE' | 'XFI' | 'CAMP' | 'STT', required
      - `value` number, required — Amount of currency
    - `volumeNative` OlapCurrencyAmount, required
      - `currency` 'USD' | 'ETH' | 'XTZ' | 'FLOW' | 'MATIC' | 'POL' | 'SOL' | 'MNT' | 'CHZ' | 'CELO' | 'FIEF' | 'XAI' | 'APT' | 'OAS' | 'QUAI' | 'ROSE' | 'BNB' | 'PALM' | 'FIVIRE' | 'SEI' | 'GLMR' | 'AZERO' | 'BERA' | 'TLOS' | 'HBAR' | 'VIC' | 'BTC' | 'HYPE' | 'XFI' | 'CAMP' | 'STT', required
      - `value` number, required — Amount of currency
    - `items` integer, required — (non-unique) amount of traded items
    - `transactions` integer, required — Amount of transactions were made

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/revisions/5d2651b9411d/schema)
