Rarible · Schema

OlapCollectionLeaderboardResponse

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

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