Rarible · Schema

OlapPeriodCollectionsByIdsStatisticsRequest

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
collectionIds array
period object
View JSON Schema on GitHub

JSON Schema

OlapPeriodCollectionsByIdsStatisticsRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OlapPeriodCollectionsByIdsStatisticsRequest",
  "type": "object",
  "properties": {
    "collectionIds": {
      "type": "array",
      "minItems": 1,
      "maxItems": 100,
      "items": {
        "type": "string"
      }
    },
    "period": {
      "$ref": "#/components/schemas/OlapPeriod"
    }
  },
  "required": [
    "collectionIds",
    "period"
  ]
}