Rarible · Schema

EthSeaportItemType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

EthSeaportItemType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthSeaportItemType",
  "type": "string",
  "enum": [
    "NATIVE",
    "ERC20",
    "ERC721",
    "ERC1155",
    "ERC721_WITH_CRITERIA",
    "ERC1155_WITH_CRITERIA"
  ]
}