---
title: "Get stats of a collection"
method: GET
path: "/collections/{symbol}/stats"
tags: ["collections"]
---

# Get stats of a collection

`GET /collections/{symbol}/stats`

## Path parameters

- `symbol` string, required

## Query parameters

- `timeWindow` string
- `listingAggMode` boolean

## Response `200`

success response

- CollectionStats
  - `symbol` string, required
  - `floorPrice` number, double
  - `listedCount` number, double
  - `avgPrice24hr` number, double
  - `volumeAll` number, double

## Other responses

- `400` — Invalid symbol
- `404` — Collection not found

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
