{ "$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 } } }