---
title: "Get NFT Collection stats"
method: GET
path: "/v0.1/data/collections/{collection}/stats"
tags: ["NFT Data and Historical Statistics"]
deprecated: true
---

# Get NFT Collection stats

`GET /v0.1/data/collections/{collection}/stats`

> **Deprecated.**

Get general statistics about Collection

## Path parameters

- `collection` string, required

## Query parameters

- `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'

## Response `200`

OK

- OlapGeneralStatsResponse
  - `highestSale` number, required — Highest worth transaction in collection
  - `floorPrice` number — Minimal price of nft in this collection available on rarible
  - `marketCap` number — Market cap of collection (floor price * total item supply)
  - `listed` integer, required — Amount of currently listed items
  - `items` integer, required — Total item supply of all nfts in the collection
  - `owners` integer, required — Current amount of unique owners who hold nfts of this collection
  - `volume` number, required — Total worth of all transactions were made with nfts in this collection

## Other responses

- `400` — Bad Request
- `404` — Not found
- `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)
