OpenSea · Schema

ConsiderationObject

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
asset_contract_address string
token_id string
View JSON Schema on GitHub

JSON Schema

ConsiderationObject.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/ConsiderationObject",
  "title": "ConsiderationObject",
  "type": "object",
  "properties": {
    "asset_contract_address": {
      "type": "string"
    },
    "token_id": {
      "type": "string"
    }
  },
  "required": [
    "asset_contract_address",
    "token_id"
  ]
}