Blockchain.com · JSON Structure

Com Bitcoin Op Addr Unsub Payload Structure

BitcoinOpAddrUnsubPayload schema from Blockchain.com WebSocket APIs

Type: object Properties: 2 Required: 2
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

BitcoinOpAddrUnsubPayload is a JSON Structure definition published by Blockchain.com, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

op addr

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-structure/com-bitcoin-op-addr-unsub-payload-structure.json",
  "name": "BitcoinOpAddrUnsubPayload",
  "description": "BitcoinOpAddrUnsubPayload schema from Blockchain.com WebSocket APIs",
  "type": "object",
  "properties": {
    "op": {
      "type": "string",
      "const": "addr_unsub"
    },
    "addr": {
      "type": "string"
    }
  },
  "required": [
    "op",
    "addr"
  ]
}