Rarible · Schema

EthSeaportConsideration

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
itemType object
token object
identifierOrCriteria object
startAmount object
endAmount object
recipient object
View JSON Schema on GitHub

JSON Schema

EthSeaportConsideration.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthSeaportConsideration",
  "type": "object",
  "properties": {
    "itemType": {
      "$ref": "#/components/schemas/EthSeaportItemType"
    },
    "token": {
      "$ref": "#/components/schemas/UnionAddress"
    },
    "identifierOrCriteria": {
      "$ref": "#/components/schemas/BigInteger"
    },
    "startAmount": {
      "$ref": "#/components/schemas/BigInteger"
    },
    "endAmount": {
      "$ref": "#/components/schemas/BigInteger"
    },
    "recipient": {
      "$ref": "#/components/schemas/UnionAddress"
    }
  },
  "required": [
    "itemType",
    "token",
    "identifierOrCriteria",
    "startAmount",
    "endAmount",
    "recipient"
  ]
}