Blockchain.com · Schema

BitcoinOpOpReturnSubPayload

BitcoinOpOpReturnSubPayload schema from Blockchain.com WebSocket APIs

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Properties

Name Type Description
op string
View JSON Schema on GitHub

JSON Schema

com-bitcoin-op-op-return-sub-payload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-schema/com-bitcoin-op-op-return-sub-payload-schema.json",
  "title": "BitcoinOpOpReturnSubPayload",
  "description": "BitcoinOpOpReturnSubPayload schema from Blockchain.com WebSocket APIs",
  "type": "object",
  "properties": {
    "op": {
      "type": "string",
      "const": "op_return_sub"
    }
  },
  "required": [
    "op"
  ]
}