Rarible · Schema

OlapOwnerStatistics

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
owners array
continuation string Continuation token to paginate result
View JSON Schema on GitHub

JSON Schema

OlapOwnerStatistics.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OlapOwnerStatistics",
  "type": "object",
  "properties": {
    "owners": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OlapOwnerStatistic"
      }
    },
    "continuation": {
      "type": "string",
      "description": "Continuation token to paginate result"
    }
  },
  "required": [
    "owners"
  ]
}