Rarible · Schema

EthEthereumAssetType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
blockchain object
View JSON Schema on GitHub

JSON Schema

EthEthereumAssetType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthEthereumAssetType",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "ETH"
      ]
    },
    "blockchain": {
      "$ref": "#/components/schemas/Blockchain"
    }
  },
  "required": [
    "@type"
  ]
}