Rarible · Schema

EthOrderFormAsset

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
assetType object
value object
View JSON Schema on GitHub

JSON Schema

EthOrderFormAsset.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthOrderFormAsset",
  "type": "object",
  "required": [
    "assetType",
    "value"
  ],
  "properties": {
    "assetType": {
      "$ref": "#/components/schemas/AssetType"
    },
    "value": {
      "$ref": "#/components/schemas/BigInteger"
    }
  }
}