---
title: "Get global (period-independent) statistics by collection ID"
method: GET
path: "/v2.0/data/collections/{id}/statistics/global"
tags: ["Collection Statistics"]
---

# Get global (period-independent) statistics by collection ID

`GET /v2.0/data/collections/{id}/statistics/global`

Global collection statistics by ID

## Path parameters

- `id` string, required — Collection id

## Response `200`

OK

- OlapGlobalCollectionStatisticsResponse
  - `id` string — Collection id
  - `listed` integer, required
  - `items` integer, required
  - `owners` integer, required
  - `floor` OlapPriceWithUsd
    - `currency` string, required
    - `value` number, required — Amount of currency
    - `valueUsd` number — Amount in USD
  - `volume` OlapPriceWithUsd, required
    - `currency` string, required
    - `value` number, required — Amount of currency
    - `valueUsd` number — Amount in USD

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