Blockchain.com · JSON Structure

Com Exchange Auth Subscribed Payload Structure

ExchangeAuthSubscribedPayload schema from Blockchain.com WebSocket APIs

Type: object Properties: 4 Required: 3
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Properties

seqnum event channel readOnly

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-exchange-auth-subscribed-payload-structure.json",
  "name": "ExchangeAuthSubscribedPayload",
  "description": "ExchangeAuthSubscribedPayload schema from Blockchain.com WebSocket APIs",
  "type": "object",
  "properties": {
    "seqnum": {
      "type": "int32"
    },
    "event": {
      "type": "string",
      "const": "subscribed"
    },
    "channel": {
      "type": "string",
      "const": "auth"
    },
    "readOnly": {
      "type": "boolean"
    }
  },
  "required": [
    "seqnum",
    "event",
    "channel"
  ]
}