gate-dex-market-cli

Retrieve read-only Gate DEX market data and token analytics via CLI.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-dex-market-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-dex-market-cli
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/gate-dex-market-cli
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-dex-market-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It eliminates the manual work of searching multiple sources for token market data and security-relevant token checks by providing a single read-only interface to Gate DEX CLI outputs.

Core Features & Use Cases

  • On-chain market data (OHLCV/K-line): Retrieve candlestick data for a token to understand recent price action.
  • Token analytics: Get token price, market cap, 24h volume, and trading statistics such as buy/sell breakdown.
  • Security audit before action: Run honeypot-style and contract-ownership checks (advisory) for a token, and use the results to decide whether further trading steps are appropriate.

Quick Start

Ask for the token’s market snapshot by running: gate-dex token-info --chain eth --address 0xdAC17F958D2ee523a2206206994597C13D831ec7.

Frequently Asked Questions about gate-dex-market-cli

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

FAQPage Schema
How do I retrieve on-chain OHLCV market data for a specific token?

You can retrieve on-chain OHLCV market data by running the gate-dex CLI to fetch candlestick data, token analytics, and security audit signals. It serves as a read-only interface to get token price, market cap, and 24h volume.

Can I check token security risks like honeypots before trading?

Yes, you can run advisory honeypot-style and contract-ownership security checks before trading. The CLI provides these read-only audit signals to help you decide whether further trading steps are appropriate.

How do I resolve a token address using just its symbol?

You can resolve token addresses by symbol using the gate-dex CLI. It applies strict validation for chain inputs and returns the corresponding on-chain token intelligence for your specified symbol.

Does this CLI support executing trades or signing transactions?

No, the CLI enforces a strict no-signing and no-fund-movement constraint. It is designed exclusively for read-only market data retrieval and routes any login or trading actions to other skills.

What is the best way to issue custom JSON-RPC calls for market analytics?

The best way to issue custom calls is using the JSON-RPC passthrough feature. The gate-dex CLI applies strict validation for JSON-RPC parameters while enforcing its read-only security constraints.