Rarible · Schema

OlapCollectionVolumeRankingResponse

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
continuation string
result array
View JSON Schema on GitHub

JSON Schema

OlapCollectionVolumeRankingResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OlapCollectionVolumeRankingResponse",
  "type": "object",
  "properties": {
    "continuation": {
      "type": "string"
    },
    "result": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OlapCollectionLeaderboardEntry"
      }
    }
  }
}