volume_what_if
Scan monthly trading volume across all exchanges to rank fees, plot tier-crossing curves, and find how much extra volume reduces your annual costs.
Instructions
当用户问"月交易量达到 X 手续费多少/如果成交量增长到不同水平呢/再刷多少量能升 VIP 档省钱/各交易所档位跳变点",或要看一条跨成交量的费率-成本曲线时使用。Use for volume what-if / sensitivity analysis: scans monthly trading volume from zero up through the VIP ladder for spot OR futures across EVERY venue allowed in the country, returning (1) per-volume-point cross-venue ranking with the cheapest venue and its annual trading fee, (2) per-venue sweep curves with tier/maker/taker/weighted fee at each point, (3) the exact tier-crossing list (at which volume each venue moves to which rung), and when baseVolume is given, (4) each venue's next volume rung, how much MORE monthly volume it needs, and the USD/year it would save at the caller's current volume (holding-gated rungs like Binance spot's BNB requirement are explicitly flagged as unreachable by volume alone). Sweep points default to the union of every venue's tier thresholds (sampled if >16); pass explicit volumes for custom points. Applies referral discounts and the optional platform-token toggle exactly like compare_exchange_fees. Trading fees only — funding, spread, withdrawals and fiat are not included (use compare_total_cost for the full stack).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | 特定交易对(如 BTC/USDT、FDUSD、USDC)以适用交易对专属费率活动;默认账户档位费率 | |
| format | No | 矩阵渲染格式:json=仅结构化 JSON(默认,行为不变);markdown=在结果中额外附 rendered.markdown 可直接粘贴的表格;csv=附 rendered.csv(CRLF、RFC4180 转义,可导入 Excel);both=两者都附 | |
| country | Yes | ISO 3166-1 alpha-2 居住国代码,如 US/CN/JP/GB/DE/BR | |
| purpose | Yes | 交易类型:spot 现货 / futures 合约 | |
| volumes | No | 自定义扫描点(月成交量 USD 数组,最多 24 个,自动去重排序)。不传则默认取所有交易所档位阈值的并集(超过 16 个时全区间抽样并给出警告) | |
| currency | No | 显示币种,默认 USD | |
| language | No | 输出语言:en=英文(默认),zh=中文。仅影响 advice/warnings/tradeoffs/reasons 等叙述性文字,数值、字段名与错误码不受影响 | |
| useToken | No | 是否开启平台币抵扣/折扣(BNB/MX/BGB/GT/KCS/HYPE/PT 等),默认 false | |
| baseVolume | No | 你当前的 30 天成交量(USD)。提供后会返回精确的"下一 VIP 档还需多少量、当前量下一年省多少"建议,并保证该点出现在扫描中 | |
| makerShare | No | Maker 成交占比 0-1,默认 0.4;用于 maker/taker 加权费率 | |
| tableMetric | No | format 非 json 时表格的指标列:weighted_fee_pct=加权费率%(默认) / annual_fee_usd=年化交易费 / tier=生效档位名 | |
| tokenBalance | No | 平台币持仓数量(BNB/GT/KCS 枚数,或 MX/HYPE 等的枚数);影响 AND/OR 档位与持仓折扣 | |
| accountAssetsUsd | No | 账户总资产 USD(OKX/Bybit/Bitget/Kraken 等的资产升档通道) |