gmgn-market

Query GMGN token K-line, trending, and Trenches data via gmgn-cli across SOL, BSC, and Base.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kann420/4alpha --skill gmgn-market
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmgn-market
Source: https://github.com/kann420/4alpha/tree/main/.agents/skills/gmgn-market
Command: npx skills add https://github.com/kann420/4alpha --skill gmgn-market

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access GMGN market data for tokens across SOL, BSC, and Base via a CLI, enabling quick insights into K-line trends, token rankings, and Trenches launchpad data.

Core Features & Use Cases

  • Market kline: fetch OHLCV and trading volume for a token across chains using gmgn-cli.
  • Market trending: identify hot tokens by swap activity within a chosen interval.
  • Market trenches: discover new launchpad tokens and categorize them by lifecycle stage.

Quick Start

Install gmgn-cli, configure GMGN_API_KEY, and run a sample command like gmgn-cli market kline --chain sol --address <token_address> --resolution 1h to fetch candlestick data.

Frequently Asked Questions about gmgn-market

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

FAQPage Schema
How do I fetch GMGN token K-line and trending market data across multiple chains?

You can query GMGN market data by running gmgn-cli commands to extract token-level K-line, trending activity, and Trenches lists across SOL, BSC, and Base chains for price trend and risk signal assessment.

What is the process to get OHLCV candlestick data for a Solana token using gmgn-cli?

To get OHLCV candlestick data, run a command like gmgn-cli market kline --chain sol --address <token_address> --resolution 1h. This fetches K-line and trading volume data directly from the GMGN API response.

Does this approach require an API key to access GMGN market data?

Yes, accessing GMGN market data requires configuring a GMGN_API_KEY environment variable before running gmgn-cli commands. You must install gmgn-cli and set this key to ensure data integrity for token scouting queries.

Can I discover new launchpad tokens and categorize them by lifecycle stage on the Base chain?

Yes, you can discover new launchpad tokens and categorize them by lifecycle stage using the market trenches feature of gmgn-cli. It queries Trenches lists across chains including Base to identify new launchpad tokens.

What are the limitations of using gmgn-cli for token scouting and due diligence?

The primary limitation is that gmgn-cli avoids web scraping and relies solely on documented GMGN API responses and fields. Users must respect these response formats, meaning data extraction is constrained to available API endpoints.

How do I identify hot tokens by swap activity within a specific time interval?

You can identify hot tokens by swap activity using the market trending feature in gmgn-cli. It queries trending activity within a chosen interval to highlight tokens with high trading momentum across SOL, BSC, and Base.