---
title: "Get collection stats"
method: GET
path: "/openapi/v1/collection/stats"
tags: ["Collection"]
---

# Get collection stats

`GET /openapi/v1/collection/stats`

This endpoint can be used to fetch collection rank information from the system

## Query parameters

- `collection_slug` string, required

## Response `200`

OK

- ApiResponseCollectionStatsExt
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` CollectionStatsExt — Full field Collection Stats
    - `collectionId` string — Collection id
    - `ownerCount` integer — Number of owners
    - `assetCount` integer — Total assets
    - `nftCount` integer — The total number of tokens for the 1155 contract
    - `avgPrice` number, double — Average transaction price
    - `usdAvgPrice` number, double — Average transaction price in USD
    - `totalVolume` number, double — Total transaction amount
    - `usdTotalVolume` number, double — Total transaction amount in USD
    - `avgPrice30D` number, double — 30-day average transaction price
    - `usdAvgPrice30D` number, double — 30-day average transaction price in USD
    - `amount30D` number, double — 30-day transaction amount
    - `usdAmount30D` number, double — 30-day transaction amount in USD
    - `riseRatio30D` number, double — 30-day price change
    - `avgPrice7D` number, double — 7-day average transaction price
    - `usdAvgPrice7D` number, double — 7-day average transaction price in USD
    - `amount7D` number, double — 7-day transaction amount
    - `usdAmount7D` number, double — 7-day transaction amount in USD
    - `riseRatio7D` number, double — 7-day price change
    - `avgPrice24H` number, double — 24-hour average transaction price
    - `usdAvgPrice24H` number, double — 24-hour average transaction price in USD
    - `amount24H` number, double — 24-hour transaction amount
    - `usdAmount24H` number, double — 24-hour transaction amount in USD
    - `riseRatio24H` number, double — 24-hour price change
    - `floorPrice` number, double — Floor price
    - `usdFloorPrice` number, double — Floor price in USD
    - `listingCount` integer — Listing count of collection
    - `ifNew` boolean — Is a new collection
    - `collectionBestOffer` CollectionBestOffer — Collection Best Offer
      - `bestOfferPriceSource` number, double — Collection best offer price
      - `coin` CoinInfo
        - `id` string
        - `name` string
        - `address` string
        - `icon` string
        - `symbol` string
        - `decimal` integer
        - `accuracy` integer
        - `chain` string
        - `chainId` string
    - `collectionFloorPrice` CollectionFloorPrice — Collection Floor Price
      - `floorPriceSource` number, double — Collection floor price
      - `coin` CoinInfo
        - `id` string
        - `name` string
        - `address` string
        - `icon` string
        - `symbol` string
        - `decimal` integer
        - `accuracy` integer
        - `chain` string
        - `chainId` string
    - `statsToken` CoinInfo
      - `id` string
      - `name` string
      - `address` string
      - `icon` string
      - `symbol` string
      - `decimal` integer
      - `accuracy` integer
      - `chain` string
      - `chainId` string
    - `stats15m` CollectionStatsItem — Full field Collection Stats
      - `avgPrice` number, double — Average transaction price
      - `avgPriceRatio` number, double — Average transaction price change
      - `usdAvgPrice` number, double — Average transaction price in USD
      - `floorPrice` number, double — Floor price
      - `usdFloorPrice` number, double — Floor price in USD
      - `floorPriceRatio` number, double — Floor price change
      - `volume` number, double — Transaction amount of select level
      - `volumeRatio` number, double — Transaction amount change of select level
      - `usdVolume` number, double — Transaction amount of select level in USD
      - `saleCount` number, double — Total sale count
      - `uniqueBuyer` number, double — The number of buyers separated by address
      - `listingsCount` number, double — Listing count of select level
    - `stats1H` CollectionStatsItem — Full field Collection Stats
      - `avgPrice` number, double — Average transaction price
      - `avgPriceRatio` number, double — Average transaction price change
      - `usdAvgPrice` number, double — Average transaction price in USD
      - `floorPrice` number, double — Floor price
      - `usdFloorPrice` number, double — Floor price in USD
      - `floorPriceRatio` number, double — Floor price change
      - `volume` number, double — Transaction amount of select level
      - `volumeRatio` number, double — Transaction amount change of select level
      - `usdVolume` number, double — Transaction amount of select level in USD
      - `saleCount` number, double — Total sale count
      - `uniqueBuyer` number, double — The number of buyers separated by address
      - `listingsCount` number, double — Listing count of select level
    - `stats1D` CollectionStatsItem — Full field Collection Stats
      - `avgPrice` number, double — Average transaction price
      - `avgPriceRatio` number, double — Average transaction price change
      - `usdAvgPrice` number, double — Average transaction price in USD
      - `floorPrice` number, double — Floor price
      - `usdFloorPrice` number, double — Floor price in USD
      - `floorPriceRatio` number, double — Floor price change
      - `volume` number, double — Transaction amount of select level
      - `volumeRatio` number, double — Transaction amount change of select level
      - `usdVolume` number, double — Transaction amount of select level in USD
      - `saleCount` number, double — Total sale count
      - `uniqueBuyer` number, double — The number of buyers separated by address
      - `listingsCount` number, double — Listing count of select level
    - `stats7D` CollectionStatsItem — Full field Collection Stats
      - `avgPrice` number, double — Average transaction price
      - `avgPriceRatio` number, double — Average transaction price change
      - `usdAvgPrice` number, double — Average transaction price in USD
      - `floorPrice` number, double — Floor price
      - `usdFloorPrice` number, double — Floor price in USD
      - `floorPriceRatio` number, double — Floor price change
      - `volume` number, double — Transaction amount of select level
      - `volumeRatio` number, double — Transaction amount change of select level
      - `usdVolume` number, double — Transaction amount of select level in USD
      - `saleCount` number, double — Total sale count
      - `uniqueBuyer` number, double — The number of buyers separated by address
      - `listingsCount` number, double — Listing count of select level
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/element/apis/element-open-api.md) · [All operations](https://skmtc.net/element/apis/element-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/element/element-open-api/revisions/fa83ac7feb23/schema)
