Blockchain.com · JSON Structure

Com Exchange Auth Rejected Payload Structure

ExchangeAuthRejectedPayload schema from Blockchain.com WebSocket APIs

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

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

Properties

seqnum event channel text

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