Rarible · Schema

EthOrderDataRaribleV2DataV3Sell

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
payout object
originFeeFirst object
originFeeSecond object
maxFeesBasePoint integer
marketplaceMarker string
View JSON Schema on GitHub

JSON Schema

EthOrderDataRaribleV2DataV3Sell.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthOrderDataRaribleV2DataV3Sell",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "ETH_RARIBLE_V2_DATA_V3_SELL"
      ]
    },
    "payout": {
      "$ref": "#/components/schemas/Payout"
    },
    "originFeeFirst": {
      "$ref": "#/components/schemas/Payout"
    },
    "originFeeSecond": {
      "$ref": "#/components/schemas/Payout"
    },
    "maxFeesBasePoint": {
      "type": "integer"
    },
    "marketplaceMarker": {
      "type": "string"
    }
  },
  "required": [
    "@type",
    "maxFeesBasePoint"
  ]
}