Rarible · Schema

ActivitySort

Sorting by data update time

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

ActivitySort.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ActivitySort",
  "description": "Sorting by data update time",
  "type": "string",
  "enum": [
    "LATEST_FIRST",
    "EARLIEST_FIRST"
  ]
}