Loading...
Loading...
Query Gate VIP tier and trading fee rates. Use this skill whenever the user asks about their VIP level, trading fee rates, spot fees, or futures/contract fees on Gate. Trigger phrases include 'VIP level', 'trading fee', 'fee rate', 'spot fee', 'futures fee'.
npx skill4agent add gate/gate-skills gate-exchange-vipfeeWhat is my VIP level?
Show me the spot and futures trading fees.
Check my VIP level and trading fees.
| Group | Tool Calls |
|---|---|
| Account / VIP tier | |
| Trading fee rates | |
cex_wallet_get_wallet_feesettlecurrency_pairsettlesettlefuturesMakerFeefuturesTakerFeemakerFeetakerFeesettlecurrency_pairquery_typecurrency_pairsettlequery_typecex_account_get_account_detailvip_levelquery_typecex_wallet_get_wallet_feecurrency_pairsettlemaker_fee_ratetaker_fee_ratefutures_maker_fee_ratefutures_taker_fee_ratecex_wallet_get_wallet_feemakerFeetakerFeefuturesMakerFeefuturesTakerFeecurrency_pair| Condition | Action |
|---|---|
| User asks about VIP tier/level only | Call |
| User asks about trading fees only | Call |
| User asks about both VIP and fees | Call both tools, return combined result |
| User specifies a trading pair | Pass |
| User specifies futures settlement currency | Pass |
| User asks about spot fees only | Call |
| User asks about futures/contract fees only | Call |
User specifies a | Append a disclaimer that the API does not validate trading pairs; the returned fee is the account-level default and the pair may not exist |
| API returns error or empty data | Inform user of the issue and suggest checking account authentication |
## Query Result
{vip_section}
{fee_section}### VIP Tier
| Item | Value |
|------|-------|
| VIP Level | {vip_level} |### Trading Fee Rates
| Category | Maker Fee | Taker Fee |
|----------|-----------|-----------|
| Spot | {spot_maker_fee} | {spot_taker_fee} |
| Futures | {futures_maker_fee} | {futures_taker_fee} |## Query Result
### VIP Tier
| Item | Value |
|------|-------|
| VIP Level | VIP 1 |
### Trading Fee Rates
| Category | Maker Fee | Taker Fee |
|----------|-----------|-----------|
| Spot | 0.1% | 0.1% |
| Futures (USDT) | 0.015% | 0.05% || Error Type | Typical Cause | Handling Strategy |
|---|---|---|
| Authentication failure | API key invalid or expired | Inform user to check MCP configuration and API key validity |
| Empty response | Account data not available | Inform user the query returned no data and suggest retrying |
| Network error | MCP connection issue | Suggest user check MCP server connectivity |