Rarible · Schema

OlapTradesLeaderboardSort

Sort order: * `VOLUME_USD_ASC` - sort by usd collection volume, ascending order * `VOLUME_USD_DESC` - sort by usd collection volume, descending order * `COLLECTION_ASC` - sort by collection id, ascending order * `COLLECTION_DESC` - sort by collection id, descending order

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

OlapTradesLeaderboardSort.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OlapTradesLeaderboardSort",
  "type": "string",
  "default": "VOLUME_USD_DESC",
  "enum": [
    "VOLUME_USD_ASC",
    "VOLUME_USD_DESC",
    "COLLECTION_ASC",
    "COLLECTION_DESC"
  ],
  "description": "Sort order:\n  * `VOLUME_USD_ASC` - sort by usd collection volume, ascending order\n  * `VOLUME_USD_DESC` - sort by usd collection volume, descending order\n  * `COLLECTION_ASC` - sort by collection id, ascending order\n  * `COLLECTION_DESC` - sort by collection id, descending order\n"
}