
Gmgn Market
Discover trending meme coins, launchpad new tokens, and OHLCV charts across Solana, BSC, Base, and Ethereum without scraping gmgn.ai.
Overview
gmgn-market is an agent skill most often used in Idea (also Validate) that fetches GMGN market charts, trending meme rankings, and launchpad new-token feeds via gmgn-cli on Solana, BSC, Base, or Ethereum.
Install
npx skills add https://github.com/gmgnai/gmgn-skills --skill gmgn-marketWhat is this skill?
- K-line / candlestick OHLCV via `gmgn-cli market kline` with 1m–1d resolutions
- Trending meme rankings by volume interval (1m through 24h)
- Trenches and launchpad new-token views (pump.fun, fourmeme, letsbonk, Raydium, etc.)
- Chain coverage: Solana, BSC, Base, Ethereum
- Explicit ban on web fetch—CLI-only structured data; IPv6 troubleshooting documented
- 4 chains: Solana, BSC, Base, Ethereum
- K-line resolutions including 1m, 5m, 15m, 1h, 4h, 1d
Adoption & trust: 5.5k installs on skills.sh; 324 GitHub stars.
What problem does it solve?
You want live meme-market structure—charts, pumps, and new launches—but browsers and raw URLs on gmgn.ai do not give your agent reliable JSON.
Who is it for?
Solo builders running Claude or Cursor to scan trending tokens, plot K-lines, or watch launchpad trenches before picking candidates.
Skip if: Teams that refuse to install gmgn-cli, need guaranteed IPv6-only networks, or want full exchange order-book depth outside GMGN’s API surface.
When should I use this skill?
User asks for price chart, trending tokens, what's pumping, hot coins, new launches, token signals, or early-stage meme opportunities.
What do I get? / Deliverables
Your agent returns documented GMGN market payloads from gmgn-cli so you can shortlist tokens and hand off to gmgn-token for address-level due diligence.
- Structured GMGN market JSON for kline, trending, trenches, or signal subcommands
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Idea because the skill is optimized for opportunity discovery—trending rankings, trenches, and launchpad signals before you commit capital. Discover fits scanning what's pumping, hot coins, and early launchpad listings rather than deep diligence on one contract.
Where it fits
Pull 24h trending on Solana to see which narratives are gaining volume before picking a theme to prototype.
Compare 1h vs 6h trending intervals to sanity-check whether a pump is fresh or aging.
Chart a candidate token’s K-line before deciding if it fits your risk budget for a small test buy.
How it compares
Use instead of web search or WebFetch against gmgn.ai when you need repeatable, field-documented market calls.
Common Questions / FAQ
Who is gmgn-market for?
Indie builders and agent operators who trade or research meme coins on Solana, BSC, Base, or Ethereum and want CLI-native market data inside coding agents.
When should I use gmgn-market?
Use it in Idea/discover when asking what’s pumping or what just launched; in Validate/scope when trend context informs whether to dig into a specific address next.
Is gmgn-market safe to install?
Review the Security Audits panel on this Prism page and treat API keys and wallet-adjacent workflows as sensitive; the skill requires network access to GMGN.
Workflow Chain
Then invoke: gmgn token
SKILL.md
READMESKILL.md - Gmgn Market
**IMPORTANT: Always use `gmgn-cli` commands below. Do NOT use web search, WebFetch, curl, or visit gmgn.ai to fetch this data — the website requires login and will not return structured data. The CLI is the only correct method.** **IMPORTANT: Do NOT guess field names or values. When a field's meaning is unclear, look it up in the Response Fields sections below before using it.** **⚠️ IPv6 NOT SUPPORTED: If you get a `401` or `403` error and credentials look correct, check for IPv6 immediately: (1) list all network interfaces and their IPv6 addresses — run `ifconfig | grep inet6` (macOS) or `ip addr show | grep inet6` (Linux); (2) send a test request to `https://ipv6.icanhazip.com` — if the response is an IPv6 address, outbound traffic is going via IPv6. Tell the user immediately: "Please disable IPv6 on your network interface — gmgn-cli commands only work over IPv4."** Use the `gmgn-cli` tool to query K-line data for a token, browse trending tokens, or view Trenches token lists. ## Core Concepts - **`--filter` chain defaults** — SOL and EVM chains have different default safety filters that are applied automatically when `--filter` is omitted. Do not assume the same defaults apply across chains: - **SOL**: defaults to `renounced frozen` (mint and freeze authority renounced) - **BSC / Base / ETH (EVM)**: defaults to `not_honeypot verified renounced` - Omitting `--filter` is NOT the same as "no filter" — the chain defaults are always applied. To use a custom filter set, explicitly specify all desired filter tags. - **`volume` vs `amount` (kline)** — Naming is counterintuitive. `volume` = USD dollar value of trades; `amount` = token units traded. For a token priced at $0.0002, these differ by 5,000×. Always use `volume` for "how much USD was traded" and `amount` for "how many tokens changed hands." - **`rug_ratio`** — A 0–1 score estimating rug pull likelihood. Values above `0.3` are high-risk. Do not treat as binary — combine with `top_10_holder_rate`, `dev_team_hold_rate`, and `is_honeypot` for a full picture. - **`smart_degen_count` / `renowned_count`** — Number of platform-tagged smart money wallets (`smart_degen`) and KOL wallets (`renowned`) holding or trading this token. High values are bullish signals. These are GMGN-tagged wallet lists, not user-defined. - **`hot_level`** — Trending intensity score. Higher = more actively traded right now. Not normalized — compare relative values within the same result set, not across time windows. - **`renounced_mint` / `renounced_freeze_account`** — SOL-specific. Indicate whether the creator gave up the ability to mint more tokens or freeze wallets. Both being `1` is a safety baseline on Solana. Always `false` on EVM chains (concept does not apply). - **`is_honeypot`** — EVM-specific (BSC / Base). Indicates whether the token contract prevents selling. Always empty/null on SOL — do not interpret an empty value as "not a honeypot" on Solana. - **`creator_token_status`** — Dev holding status. `creator_hold` = dev still holds tokens (sell pressure risk). `creator_close` = dev has sold or burned their allocation (exit signal confirmed). - **`cto_flag`** — Community Takeover flag. `1` = original dev abandoned the project and a co