gate-exchange-vipfee

Query Gate account VIP tiers and spot/futures trading fee rates.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-vipfee-pieverse-eng
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: gate-exchange-vipfee
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/gate/vendor/gate-exchange-vipfee
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-vipfee-pieverse-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes references (resource) components.

What problem does it solve?

This Skill centralizes and clarifies a user's Gate exchange VIP tier and trading fee rates so users can quickly understand their account-level maker/taker fees for spot and futures trading without manually navigating account settings or disparate API responses.

Core Features & Use Cases

  • VIP Tier Lookup: Retrieve the account VIP level using the account detail endpoint to determine fee entitlements.
  • Spot and Futures Fee Retrieval: Query unified fee structures (spot maker/taker and futures maker/taker) via the wallet fee endpoint, with optional currency_pair and settle parameters and clear guidance that fees are account-level.
  • Accurate Reporting and Guidance: Produce markdown-formatted reports, include disclaimers when a currency pair is specified, and surface actionable error messages for authentication or network issues.
  • Use Case: A trader asks for their VIP level and fee schedule for informed cost planning before executing spot or futures trades.

Quick Start

Check my VIP level and show my spot and futures trading fees.

Frequently Asked Questions about gate-exchange-vipfee

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Gate VIP level and trading fees?β–Ό

You can check your Gate VIP level and trading fees by querying your account detail and wallet fee endpoints. This retrieves your VIP tier and spot/futures maker/taker fee rates, returning a formatted markdown report for cost planning.

Can I look up trading fees for a specific currency pair on Gate?β–Ό

Yes, you can look up trading fees for a specific currency pair on Gate by providing the optional currency_pair and settle parameters. The report will include a disclaimer that the fees returned are account-level rather than pair-specific.

What is the difference between maker and taker fees for Gate spot and futures trading?β–Ό

Maker and taker fees for Gate spot and futures trading differentiate the costs for adding versus removing liquidity. The wallet fee endpoint retrieves both account-level rates to clarify exact execution costs for spot and futures contracts.

Do I need to specify a settlement currency to check my Gate futures fees?β–Ό

No, you do not need to specify a settlement currency to check your Gate futures fees, as the settle parameter is optional. If omitted, the query returns your unified account-level futures maker and taker fee structures.

Why does my Gate fee lookup fail with an authentication error?β–Ό

Your Gate fee lookup fails with an authentication error when API credentials are invalid or missing. The Skill surfaces actionable error messages for authentication and network issues to help you securely resolve access problems before retrying.