Rarible · Schema

OlapChartResponse

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
dataPoints object
View JSON Schema on GitHub

JSON Schema

OlapChartResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OlapChartResponse",
  "type": "object",
  "properties": {
    "dataPoints": {
      "$ref": "#/components/schemas/OlapHistoryValuesByTimestamps"
    }
  },
  "required": [
    "dataPoints"
  ]
}