v1

latestOpenAPI 3.0.12026-07-142791104.2 KB
Collection

Get collection stats

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

get/openapi/v1/collection/stats

Query parameters

collection_slugstring required

The collection slug.

Response

OK

codeinteger

Error Code

msgstring

Error Message

messagestring

Example response

{
  "data": {
    "collectionId": "6955016",
    "ownerCount": 34380,
    "assetCount": 98232,
    "nftCount": 918232,
    "avgPrice": 8.250901,
    "usdAvgPrice": 16820.524239530783,
    "totalVolume": 339788.62,
    "usdTotalVolume": 692702859.8484836,
    "avgPrice30D": 8.2495232288401,
    "usdAvgPrice30D": 16817.71547559198,
    "amount30D": 339847.3589352973,
    "usdAmount30D": 692822606.7324872,
    "avgPrice7D": 6.102800702829817,
    "usdAvgPrice7D": 12441.345151393092,
    "amount7D": 28646.54649908316,
    "usdAmount7D": 58399674.14063918,
    "riseRatio7D": -0.5933677282573984,
    "avgPrice24H": 8.976013254358852,
    "usdAvgPrice24H": 18298.758949997416,
    "amount24H": 6139.593065981455,
    "usdAmount24H": 12516351.121798232,
    "riseRatio24H": 0.9561018399739919,
    "floorPrice": 3.16,
    "usdFloorPrice": 6442.0669448,
    "listingCount": 3397,
    "ifNew": true,
    "collectionBestOffer": {
      "bestOfferPriceSource": 8.250901,
      "coin": {
        "id": "1633",
        "name": "ETH",
        "address": "0x0000000000000000000000000000000000000000",
        "icon": "https://storage.nfte.ai/icon/currency/eth.svg",
        "symbol": "eth",
        "decimal": 18,
        "accuracy": 4,
        "chain": "eth",
        "chainId": "0x1"
      }
    },
    "collectionFloorPrice": {
      "floorPriceSource": 8.250901,
      "coin": {
        "id": "1633",
        "name": "ETH",
        "address": "0x0000000000000000000000000000000000000000",
        "icon": "https://storage.nfte.ai/icon/currency/eth.svg",
        "symbol": "eth",
        "decimal": 18,
        "accuracy": 4,
        "chain": "eth",
        "chainId": "0x1"
      }
    },
    "statsToken": {
      "id": "1633",
      "name": "ETH",
      "address": "0x0000000000000000000000000000000000000000",
      "icon": "https://storage.nfte.ai/icon/currency/eth.svg",
      "symbol": "eth",
      "decimal": 18,
      "accuracy": 4,
      "chain": "eth",
      "chainId": "0x1"
    },
    "stats15m": {
      "avgPrice": 8.250901,
      "avgPriceRatio": -0.16057916302408237,
      "usdAvgPrice": 16820.524239530783,
      "floorPrice": 3.16,
      "usdFloorPrice": 6442.0669448,
      "floorPriceRatio": 0.9561018399739919,
      "volume": 29788.62,
      "volumeRatio": 29788.62,
      "usdVolume": 692759.84846,
      "saleCount": 21,
      "uniqueBuyer": 12,
      "listingsCount": 397
    },
    "stats1H": {
      "avgPrice": 8.250901,
      "avgPriceRatio": -0.16057916302408237,
      "usdAvgPrice": 16820.524239530783,
      "floorPrice": 3.16,
      "usdFloorPrice": 6442.0669448,
      "floorPriceRatio": 0.9561018399739919,
      "volume": 29788.62,
      "volumeRatio": 29788.62,
      "usdVolume": 692759.84846,
      "saleCount": 21,
      "uniqueBuyer": 12,
      "listingsCount": 397
    },
    "stats1D": {
      "avgPrice": 8.250901,
      "avgPriceRatio": -0.16057916302408237,
      "usdAvgPrice": 16820.524239530783,
      "floorPrice": 3.16,
      "usdFloorPrice": 6442.0669448,
      "floorPriceRatio": 0.9561018399739919,
      "volume": 29788.62,
      "volumeRatio": 29788.62,
      "usdVolume": 692759.84846,
      "saleCount": 21,
      "uniqueBuyer": 12,
      "listingsCount": 397
    },
    "stats7D": {
      "avgPrice": 8.250901,
      "avgPriceRatio": -0.16057916302408237,
      "usdAvgPrice": 16820.524239530783,
      "floorPrice": 3.16,
      "usdFloorPrice": 6442.0669448,
      "floorPriceRatio": 0.9561018399739919,
      "volume": 29788.62,
      "volumeRatio": 29788.62,
      "usdVolume": 692759.84846,
      "saleCount": 21,
      "uniqueBuyer": 12,
      "listingsCount": 397
    }
  }
}