Blockchain.com · JSON Structure

Com Exchange Trading Rejected Payload Structure

ExchangeTradingRejectedPayload schema from Blockchain.com WebSocket APIs

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

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

Properties

seqnum event channel text clOrdID ordStatus action

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