Rarible · Schema

OwnershipSearchSort

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

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