Blockchain.com · JSON Structure

Com Bitcoin Op Ping Block Payload Structure

BitcoinOpPingBlockPayload schema from Blockchain.com WebSocket APIs

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

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