OpenSea · Schema

ToolPricingRecipientResponse

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
recipient string
payment_chain string
asset string
protocol string
amount_per_call string
created_at string
View JSON Schema on GitHub

JSON Schema

ToolPricingRecipientResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/ToolPricingRecipientResponse",
  "title": "ToolPricingRecipientResponse",
  "type": "object",
  "properties": {
    "recipient": {
      "type": "string"
    },
    "payment_chain": {
      "type": "string"
    },
    "asset": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "amount_per_call": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  },
  "required": [
    "amount_per_call",
    "asset",
    "created_at",
    "payment_chain",
    "protocol",
    "recipient"
  ]
}