Rarible · Schema

OlapCollectionStatsVolumeChangeEvent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
data object
@type string
View JSON Schema on GitHub

JSON Schema

OlapCollectionStatsVolumeChangeEvent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OlapCollectionStatsVolumeChangeEvent",
  "type": "object",
  "required": [
    "@type",
    "data"
  ],
  "properties": {
    "data": {
      "$ref": "#/components/schemas/OlapCollectionStatsVolumeChangeData"
    },
    "@type": {
      "type": "string",
      "enum": [
        "VOLUME_CHANGE"
      ]
    }
  }
}