Unified trading fee schedule data.
Describes the maker/taker fee rates for a symbol. Distinct from
CCXT.Fee which represents the fee on a single trade or order.
Fields
symbol- Unified symbol (e.g., "BTC/USDT")maker- Maker fee rate as decimal (e.g., 0.001 = 0.1%)taker- Taker fee rate as decimalpercentage- Whether fees are percentage-based (vs flat)tier_based- Whether fees vary by trading volume tierinfo- Raw exchange response
Summary
Types
Functions
@spec schema() :: map()
JSON Schema for the TradingFee unified type.