gmgn-market

gmgn market

gmgnai 396 ↓ 7.8k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • SOL: defaults to renounced frozen (mint and freeze authority renounced)
  • BSC / Base / ETH (EVM): defaults to nothoneypot verified renounced
  • gmgn-cli installed globally — if missing, run: npm install -g gmgn-cli
  • GMGNAPIKEY configured in ~/.config/gmgn/.env
  • Read X-RateLimit-Reset from the response headers. It is a Unix timestamp in seconds that marks when the limit is expected to reset.
  • For RATELIMITEXCEEDED or RATELIMITBANNED, repeated requests during the cooldown can extend the ban by 5 seconds each time, up to 5 minutes. Do not spam retries.
  • volume = USD dollar value (e.g. 1214 means ~$1,214 traded) — use this for "how much was traded in USD"

Requirements & configuration

  • Use the gmgn-cli tool to query K-line data for a token, browse trending tokens, or view Trenches token lists.
  • ishoneypot — 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.
  • | market kline | Token candlestick / OHLCV data and trading volume over a time range |
  • | --address | Yes | Token contract address |
  • | amount | string | Trading volume in base token units (number of tokens traded) |

Configuration: GMGN_API_KEYPOSTRATE_LIMIT_EXCEEDEDRATE_LIMIT_BANNED

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

gmgn market

Source

Repository: https://github.com/gmgnai/gmgn-skills

gmgn-market FAQ

What does the gmgn-market skill do?

Get crypto and meme token price charts (K-line, candlestick, OHLCV), trending meme coin rankings by volume, newly launched tokens on launchpads (pump.fun, fourmeme, letsbonk, Raydium, etc.), and the hot-search ranking (most-searched tokens) via GMGN API on Solana, BSC, Base, or Ethereum. Use when user asks for price chart, trending tokens, what's pumping, hot coins, most searched tokens, new launches, token signals, or wants to discover early-stage opportunities. SOL: defaults to renounced frozen (mint and freeze authority renounced) BSC / Base / ETH (EVM): defaults to nothoneypot verified renounced

What does gmgn-market require?

Use the gmgn-cli tool to query K-line data for a token, browse trending tokens, or view Trenches token lists. ishoneypot — 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. | market kline | Token candlestick / OHLCV data and trading volume over a time range | | --address | Yes | Token contract address | | amount | string | Trading volume in base token units (number of tokens traded) | Configuration keys: GMGN_API_KEY, POST, RATE_LIMIT_EXCEEDED, RATE_LIMIT_BANNED.

How do I install gmgn-market?

Run: npx -y skills add https://github.com/gmgnai/gmgn-skills --skill gmgn-market --agent claude-code — the source lives at github.com/gmgnai/gmgn-skills.

Maintain gmgn-market?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

gmgn-market on getagentictools
[![gmgn-market on getagentictools](https://getagentictools.com/badge/skills/gmgnai-gmgn-skills-gmgn-market.svg)](https://getagentictools.com/skills/gmgnai-gmgn-skills-gmgn-market?ref=badge)
npx agentictools info skills/gmgnai-gmgn-skills-gmgn-market

The second line is the CLI lookup for this page — handy in READMEs and docs.