Rarible · Schema

EthRaribleV2OrderData

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

EthRaribleV2OrderData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthRaribleV2OrderData",
  "oneOf": [
    {
      "$ref": "#/components/schemas/EthOrderDataRaribleV2DataV1"
    },
    {
      "$ref": "#/components/schemas/EthOrderDataRaribleV2DataV2"
    },
    {
      "$ref": "#/components/schemas/EthOrderDataRaribleV2DataV3"
    },
    {
      "$ref": "#/components/schemas/EthOrderDataRaribleV2DataV3Sell"
    },
    {
      "$ref": "#/components/schemas/EthOrderDataRaribleV2DataV3Buy"
    }
  ]
}