← 返回
数据分析 中文

Gate DEX Market

Gate DEX read-only market data skill. Use when the user asks for prices, K-lines, rankings, holders, or liquidity without signing a tx. Triggers on 'DEX pric...
Gate DEX read-only market data skill. Use when the user asks for prices, K-lines, rankings, holders, or liquidity without signing a tx. Triggers on 'DEX pric...
gate-exchange
数据分析 clawhub v1.0.3 2 版本 100000 Key: 无需
★ 0
Stars
📥 697
下载
💾 8
安装
2
版本
#latest

概述

Gate DEX Market

> Pure Routing Layer — READ-ONLY data queries only. Never executes transactions. All specifications in references/.

General Rules

⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding.

Do NOT select or call any tool until all rules are read. These rules have the highest priority.

→ Read gate-runtime-rules.md

Trigger Scenarios: Use when the user wants to look up or analyze market data without executing any transaction:

  • Price lookup: "what is the price of ETH", "check SOL price", "price of 0x1234..."
  • Charts: "show K-line", "candlestick chart", "price trend"
  • Rankings: "top gainers", "trending tokens", "token rankings"
  • Security: "is this token safe", "security audit", "honeypot check", "risk analysis"
  • Discovery: "new tokens", "newly listed", "holder analysis", "whale tracking"
  • Volume: "trading volume", "buy-sell pressure", "liquidity events"

MCP Dependencies

Required MCP Servers

MCP ServerStatus
--------------------
Gate-Dex✅ Required

MCP Tools Used

Query Operations (Read-only)

  • dex_market_get_kline
  • dex_token_get_coin_info
  • dex_token_ranking
  • dex_token_get_risk_info
  • dex_token_list_swap_tokens
  • dex_token_list_cross_chain_bridge_tokens

Authentication

  • API Key Required: No for MCP market queries
  • OAuth mcp_token Required: No for MCP market queries
  • Note: This skill is read-only. In MCP mode, market-data tools can be called without authentication. OpenAPI mode has its own credential model and is only used when the user explicitly requests it.

Installation Check

  • Required: Gate-Dex
  • Install: Run installer skill for your IDE
  • Cursor: gate-mcp-cursor-installer
  • Codex: gate-mcp-codex-installer
  • Claude: gate-mcp-claude-installer
  • OpenClaw: gate-mcp-openclaw-installer

Project convention — MCP only

No OpenAPI unless user explicitly asks. MCP setup: see gate-dex-trade/references/setup.md.


NOT this skill (common misroutes):

  • "quote for swapping X to Y" → gate-dex-trade (swap execution)
  • "check my balance" → gate-dex-wallet (account query)
  • "buy ETH" / "sell USDT" → gate-dex-trade (transaction execution)

Routing Flow

User triggers market data query
  |
Step 1: OpenAPI only if user explicitly asks. Else MCP only.
Step 2: MCP discovery → success = MCP mode; fail = MCP setup guide (no OpenAPI fallback).

Feature Matrix

FeatureMCPOpenAPINotes
------------------------------
K-line / CandlestickYesYes
Token basic infoYesYes
Token rankingsYesYes
Security risk auditYesYes
Tradable token listYesYes
Cross-chain bridge tokensYesNoMCP only
Holder analysis (Top N)NoYesOpenAPI only
New token discoveryNoYesOpenAPI only
Liquidity events (Rug Pull)NoYesOpenAPI only
Volume stats (multi-period)NoYesOpenAPI only

Mode Dispatch

MCP Mode

Read and strictly follow references/mcp.md, execute according to its complete workflow.

Includes: connection detection, 6 market data tools (dex_market_get_kline, dex_token_get_coin_info, dex_token_ranking, dex_token_get_risk_info, dex_token_list_swap_tokens, dex_token_list_cross_chain_bridge_tokens), no authentication required for market queries.

OpenAPI Mode (Progressive Loading)

Explicit user request only. Load files progressively:

  1. Always load first: references/openapi/_shared.md — env detection, credentials, API call method (via helper script)
  2. Then load based on query type:
Query TypeLoad File
----------------------
Token info, rankings, new tokens, security, holdersopenapi/token-data.md
Volume stats, K-line, liquidity eventsopenapi/market-data.md

> Legacy monolithic file preserved at references/openapi.md for backward compatibility.


Supported Chains

Actual supported chains are determined by runtime API/Resource returns:

  • MCP Mode: determined by MCP tool responses for the given chain argument
  • OpenAPI Mode: chain parameter in request

Common chains: eth, bsc, polygon, arbitrum, optimism, avax, base, sol.


Security Rules

  1. Data objectivity: Present prices and rankings objectively, no investment advice
  2. Risk warnings: Clearly remind users to judge investment risks themselves when showing security audits
  3. Credential security: Follow §3 of gate-runtime-rules.md for auth/credential handling
  4. Read-only: All operations are data queries, no on-chain write operations

版本历史

共 2 个版本

  • v1.0.3 当前
    2026-05-01 11:06 安全 安全
  • v1.0.0
    2026-03-19 17:47 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,120
developer-tools

Gate MCP (OpenClaw / mcporter)

gate-exchange
Gate MCP 一键安装程序,用于 OpenClaw (mcporter)。当用户请求安装或配置 Gate MCP 服务器与 OpenClaw 时使用。触发词为 'install Gat...'
★ 0 📥 819
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,016