Rarible · Schema

SyncType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

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