Blockchain.com · JSON Structure

Com Bitcoin Op Blocks Unsub Payload Structure

BitcoinOpBlocksUnsubPayload schema from Blockchain.com WebSocket APIs

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

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

Properties

op

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-blocks-unsub-payload-structure.json",
  "name": "BitcoinOpBlocksUnsubPayload",
  "description": "BitcoinOpBlocksUnsubPayload schema from Blockchain.com WebSocket APIs",
  "type": "object",
  "properties": {
    "op": {
      "type": "string",
      "const": "blocks_unsub"
    }
  },
  "required": [
    "op"
  ]
}