| name | gate-dex-market |
| description | Gate DEX market data skill. Uses AK/SK authentication to call Gate DEX OpenAPI, providing token and market quote read-only queries. Use when users mention quotes, prices, token information, rankings, security audits. |
Gate DEX Market
Market Data Skill — OpenAPI mode, AK/SK authentication for direct API calls
Trigger Scenarios: Use when users mention "quotes", "K-line", "prices", "token information", "rankings", "security audit", "market data", and other related operations.
🎯 Architecture
| Mode | Connection Method | Advantages | Use Cases |
|---|
| ⚡ OpenAPI Mode | AK/SK direct calls | Strong independence, fast response | Market data queries, token information, security audits |
📋 Environment Detection
Before first API call, check if credentials are configured:
| Condition | Handling |
|---|
~/.gate-dex-openapi/config.json exists | Read credentials and proceed with API calls |
| Config file not found | Auto-create with default credentials, prompt user to configure dedicated AK/SK |
🔧 Configuration
Config file: ~/.gate-dex-openapi/config.json
{
"api_key": "your_api_key",