Advanced Trade: Fees
resource: fees — your current fee tier and volume (FEE01)
getTransactionSummary (FEE01)
Returns a single fee-summary record for the credential. No operation-specific config keys.
Example response:
{
"items": [{
"totalVolume": "150000.00",
"totalFees": "225.00",
"makerFeeRate": "0.004",
"takerFeeRate": "0.006",
"feeTier": "Tier 2"
}]
}
Use it for: estimating the cost of a planned order before placing it — combine
takerFeeRate (for market orders) or makerFeeRate (for resting limit orders) with the order size from Orders.