gate-dex-market

Query Gate DEX market and token data via MCP or OpenAPI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Provide safe, read-only access to Gate DEX market and token data so users and agents can inspect prices, charts, rankings, liquidity events, and token security without performing any transactions or modifying wallet state.

Core Features & Use Cases

  • Price & Token Lookup: Query current prices, token basic info, and tradable token lists for selection and research.
  • K-line & Market Analytics: Retrieve candlestick (K-line) data, multi-period volume statistics, and liquidity add/remove events for technical analysis and monitoring.
  • Security & Discovery: Run token security audits, holder/top-N analysis, and discover newly listed tokens or token rankings for due diligence and trend spotting.
  • Operational Modes: Auto-select MCP (no-auth, low-friction) or Gate OpenAPI (AK/SK, signed requests) based on user request and environment; includes clear error handling and credential guidance.

Quick Start

Ask the skill to show the ETH 1-hour K-line for the last 24 hours on the eth chain and summarize key observations.

Frequently Asked Questions about gate-dex-market

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

FAQPage Schema
How do I query Gate DEX token prices and K-line data across multiple chains?

To query Gate DEX token prices and K-line data, use MCP for unauthenticated calls or Gate OpenAPI with AK/SK HMAC-SHA256 signed requests to retrieve candlestick charts, volume statistics, and current prices across chains like eth, bsc, polygon, arbitrum, optimism, avax, base, and sol.

Can I check token security and holder analysis without connecting a wallet?

Yes, you can run token security audits and holder top-N analysis without connecting a wallet by using read-only MCP tool calls or signed OpenAPI requests, which inspect token data without performing transactions or modifying wallet state.

Do I need API keys to retrieve market data and rankings from Gate DEX?

You do not necessarily need API keys to retrieve market data and rankings from Gate DEX, as the system auto-selects MCP for unauthenticated low-friction calls, but Gate OpenAPI requires AK/SK credentials for HMAC-SHA256 signed requests.

What is the best way to monitor liquidity add and remove events on Gate DEX?

The best way to monitor liquidity add and remove events on Gate DEX is by requesting multi-period volume statistics and liquidity event data through the MCP or OpenAPI interface, which returns compact JSON with unified code, message, and data fields.

Why does my Gate DEX OpenAPI request return an authentication error?

Your Gate DEX OpenAPI request returns an authentication error because AK/SK credentials are required for HMAC-SHA256 signed requests, and the system provides clear error handling and credential guidance to help you configure the correct API keys.

How do I discover newly listed tokens on Gate DEX for trend spotting?

To discover newly listed tokens on Gate DEX for trend spotting, use the token discovery and ranking features available through MCP or OpenAPI, which return unified JSON responses containing tradable token lists and newly listed token data across supported chains.