compare_exchange_fees
Compare crypto exchange fees for spot and futures by country, with VIP tiers, token discounts, and maker share, to identify the lower-cost exchange.
Instructions
当用户询问加密货币交易所的手续费、费率比较、或哪个交易所交易成本最低时使用此工具。Use when the user asks about crypto exchange fees, fee comparison, or which exchange has the lowest trading cost. Supports spot and futures, with full VIP tier resolution based on monthly volume. Returns exchanges sorted by weighted effective fee rate, including referral discount and optional token discount (BNB/OKB/GT/MX/BGB/KCS). Requires country code for compliance filtering. Pass monthlyVolumeUsd for accurate VIP tier pricing; pass useToken=true if user holds the exchange's native token; pass makerShare (0-1) if the user trades mostly via limit orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | 交易对,如 BTC/USDT、BTC/FDUSD、BTCUSDT 均可。命中币对级费率/0费促销时按促销价计费(输出 pricing_basis=pair 并附 pair_note),未命中则按整所 VIP 档计费 | |
| country | Yes | ISO 3166-1 alpha-2 国家代码,如 CN, US, JP | |
| purpose | Yes | 交易类型: spot=现货, futures=期货 | |
| language | No | 输出语言:en=英文(默认),zh=中文。仅影响 advice/warnings/tradeoffs/reasons 等叙述性文字,数值、字段名与错误码不受影响 | |
| useToken | No | 是否使用平台币(BNB/OKB/GT/KCS 等)折扣 | |
| makerShare | No | 挂单(maker)成交占比 0-1,默认 0=纯吃单。限价交易者设 0.7-1 更准确 | |
| tokenBalance | No | 持有的平台币数量(BNB / GT / KCS)。币安现货 VIP1+ 需交易量 AND BNB 持仓(如 VIP1 需 5 BNB,传 0 会降档);Gate 按 30 日交易量 OR GT 持仓取高者;KuCoin 按 30 日交易量(现货/合约门槛分别计算) OR KCS 持仓取高者(如持 1,000 KCS 升 VIP1,10,000 升 VIP2,40,000 升 VIP5,KCS 只会升档不会降档)。不传则按交易量给档并提示持仓影响 | |
| accountAssetsUsd | No | 账户总资产(USD)。OKX/Bybit/Bitget 按 30 日交易量 OR 账户资产取高者定 VIP 档(如 $100,000 资产即 VIP1,$500,000,000 达 VIP9 享负 maker 返佣);Kraken 按平台资产 AOP 参与统一 Tier/Pro 定档($20,000 升 Tier3,$100 万升 Tier9,Tier1-2 无资产通道)。资产只会升档不会降档。不传则按交易量给档并提示资产升档路径 | |
| monthlyVolumeUsd | No | 月交易量(USD),用于匹配 VIP 阶梯 |