OpenSea · Schema

CancelRequest

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
offererSignature string
View JSON Schema on GitHub

JSON Schema

CancelRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/CancelRequest",
  "title": "CancelRequest",
  "type": "object",
  "properties": {
    "offererSignature": {
      "type": "string"
    }
  }
}