Blockchain.com · JSON Structure

Exchange Deposit Address Structure

A newly generated deposit address.

Type: object Properties: 2
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Properties

currency address

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-deposit-address-structure.json",
  "name": "DepositAddress",
  "description": "A newly generated deposit address.",
  "type": "object",
  "properties": {
    "currency": {
      "type": "string",
      "example": "BTC"
    },
    "address": {
      "type": "string",
      "example": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
    }
  }
}