Rarible · Schema

ActivitySearchSort

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

ActivitySearchSort.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ActivitySearchSort",
  "type": "string",
  "enum": [
    "LATEST",
    "EARLIEST"
  ]
}