OpenSea · Schema

CollectionStatsResponse

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
total object
intervals array
View JSON Schema on GitHub

JSON Schema

CollectionStatsResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/CollectionStatsResponse",
  "title": "CollectionStatsResponse",
  "type": "object",
  "properties": {
    "total": {
      "$ref": "#/components/schemas/Total"
    },
    "intervals": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/IntervalStat"
      }
    }
  },
  "required": [
    "intervals",
    "total"
  ]
}