Blockchain.com · JSON Structure

Exchange Whitelist Capability Structure

Per-currency capability flags for the whitelist.

Type: object Properties: 5
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

WhitelistCapability is a JSON Structure definition published by Blockchain.com, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

currency address xpub existingBeneficiaryOnly fiat

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/exchange-whitelist-capability-structure.json",
  "name": "WhitelistCapability",
  "description": "Per-currency capability flags for the whitelist.",
  "type": "object",
  "properties": {
    "currency": {
      "type": "string",
      "example": "BTC"
    },
    "address": {
      "type": "boolean",
      "example": true
    },
    "xpub": {
      "type": "boolean",
      "example": true
    },
    "existingBeneficiaryOnly": {
      "type": "boolean",
      "example": true
    },
    "fiat": {
      "type": "boolean",
      "example": true
    }
  }
}