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

# Get NFT Collection statistics

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

Get statistics about a collection

## Path parameters

- `collection` string, required

## Response `200`

OK

- OlapCollectionStatisticsResponse
  - `highestSale` OlapCurrencyAmount[], required — Highest worth transaction in collection
    - `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
  - `floorPrice` OlapCurrencyAmount[], required — Minimal price of nft in this collection available on rarible
    - `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
  - `marketCap` OlapCurrencyAmount[], required — Market cap of collection (floor price * total item supply)
    - `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
  - `volume` OlapCurrencyAmount[], required — Total worth of all transactions were made with nfts in this collection
    - `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
  - `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

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