Blockchain.com · JSON Structure

Com Bitcoin Op Addr Sub Payload Structure

BitcoinOpAddrSubPayload schema from Blockchain.com WebSocket APIs

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

BitcoinOpAddrSubPayload 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-sub-payload-structure.json",
  "name": "BitcoinOpAddrSubPayload",
  "description": "BitcoinOpAddrSubPayload schema from Blockchain.com WebSocket APIs",
  "type": "object",
  "properties": {
    "op": {
      "type": "string",
      "const": "addr_sub"
    },
    "addr": {
      "type": "string",
      "description": "Bitcoin address to watch."
    }
  },
  "required": [
    "op",
    "addr"
  ]
}