Blockchain.com · JSON Structure

Exchange Fees Structure

Maker/taker fee schedule.

Type: object Properties: 3
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Properties

makerRate takerRate volumeInUSD

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-fees-structure.json",
  "name": "Fees",
  "description": "Maker/taker fee schedule.",
  "type": "object",
  "properties": {
    "makerRate": {
      "type": "double",
      "description": "Maker fee rate.",
      "example": 72525.0
    },
    "takerRate": {
      "type": "double",
      "description": "Taker fee rate.",
      "example": 72525.0
    },
    "volumeInUSD": {
      "type": "double",
      "description": "30-day trading volume in USD used to compute the rate tier.",
      "example": 0.5
    }
  }
}