---
title: "Get global (period-independent) statistics by collection IDs"
method: POST
path: "/v2.0/data/collections/statistics/global/byIds"
tags: ["Collection Statistics"]
---

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

`POST /v2.0/data/collections/statistics/global/byIds`

Global collection statistics by IDs

## Request body

- CollectionId[]

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