OpenSea · Schema

OfferObject

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
hash string
chain string
protocol_address string
View JSON Schema on GitHub

JSON Schema

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