get_account_fee_tier
Fetch your actual maker/taker fee or VIP tier from an exchange using a read-only key, then compare it to the public schedule at your monthly volume and show the gap in bps.
Instructions
当用户想知道"我账户里实际生效的手续费率/我的真实 VIP 档位费率/API 查我的 maker taker/为什么我实际手续费和公开表不一样"时使用。Use a READ-ONLY exchange API key (apiKey + secret, OKX/KuCoin-Futures also need passphrase as password; Hyperliquid needs only the PUBLIC 0x wallet address as apiKey) to fetch the account's ACTUAL maker/taker fee for spot or futures, then compares it against this server's bundled public VIP schedule at the given monthly volume and shows the gap in bps. Credentials are used per request only, never cached, never logged (audit logs redact them). Always generate a READ-ONLY key (no trading/withdrawal permissions). Supported: Binance, OKX, Gate, Bybit, MEXC, Bitget, KuCoin (spot + kucoinfutures), Kraken (spot + krakenfutures), Coinbase (spot), Hyperliquid (wallet address), BingX, Bitstamp (spot); NOT supported by the bundled ccxt connector: Phemex, BloFin, Bitstamp perps. Country compliance/product gates are enforced before any authenticated call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | 用于解析费率的交易对,默认 BTC/USDT(按所解析为现货或永续市场) | |
| apiKey | Yes | 只读 API Key;Hyperliquid 传公开钱包地址(0x…)。必须是只读权限,绝不要给交易/提币权限的 key | |
| secret | No | API Secret(Hyperliquid 钱包模式不需要;其他交易所必填) | |
| country | Yes | ISO 3166-1 alpha-2 居住国代码,如 US/DE/JP(合规与产品闸门先于鉴权调用) | |
| purpose | Yes | 交易类型: spot=现货, futures=合约/永续 | |
| exchange | Yes | 交易所 id:binance/okx/gate/bybit/mexc/bitget/kucoin/kraken/coinbase/hyperliquid/bingx/bitstamp | |
| password | No | API passphrase:OKX 必填;KuCoin Futures 使用合约 API 的 passphrase | |
| monthlyVolumeUsd | No | 月成交量(USD),仅用于选择内置公开费率表的对比档位,默认 0=入门档 |