OpenSea · Schema

X402SettlementFields

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
caller_address string
tx_hash string
chain_id integer
View JSON Schema on GitHub

JSON Schema

X402SettlementFields.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/X402SettlementFields",
  "title": "X402SettlementFields",
  "type": "object",
  "properties": {
    "caller_address": {
      "type": "string"
    },
    "tx_hash": {
      "type": "string"
    },
    "chain_id": {
      "type": "integer",
      "format": "int64"
    }
  }
}