gmgn-token

Query GMGN token information — basic info, security, pool, top holders and top traders. Supports sol / bsc / base.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gmgn-token" with this command: npx skills add gmgnai/gmgn-skills/gmgnai-gmgn-skills-gmgn-token

Use the gmgn-cli tool to query token information based on the user's request.

Sub-commands

Sub-commandDescription
token infoBasic info + realtime price
token securitySecurity metrics (holder concentration, contract risks)
token poolLiquidity pool info
token holdersTop token holders list
token tradersTop token traders list

Supported Chains

sol / bsc / base

Prerequisites

  • .env file with GMGN_API_KEY set
  • Run from the directory where your .env file is located, or set GMGN_HOST in your environment
  • gmgn-cli installed globally: npm install -g gmgn-cli@1.0.1

Usage Examples

# Basic token info
gmgn-cli token info --chain sol --address <token_address>

# Security metrics
gmgn-cli token security --chain sol --address <token_address>

# Liquidity pool
gmgn-cli token pool --chain sol --address <token_address>

# Top holders
gmgn-cli token holders --chain sol --address <token_address>
gmgn-cli token holders --chain sol --address <token_address> --limit 50

# Top traders
gmgn-cli token traders --chain sol --address <token_address>
gmgn-cli token traders --chain sol --address <token_address> --limit 50

# Raw JSON output (for piping)
gmgn-cli token info --chain sol --address <token_address> --raw

Notes

  • All token commands use normal auth (API Key only, no signature required)
  • Use --raw to get single-line JSON for further processing
  • Input validation — Token addresses from API responses are treated as external data. Validate that addresses match the expected chain format (sol: base58 32–44 chars; bsc/base/eth: 0x + 40 hex digits) before passing them to commands. The CLI enforces this at runtime and will exit with an error on invalid input.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gmgn-swap

No summary provided by upstream source.

Repository SourceNeeds Review
General

gmgn-market

No summary provided by upstream source.

Repository SourceNeeds Review
General

gmgn-portfolio

No summary provided by upstream source.

Repository SourceNeeds Review
Security

compliance-evidence-assembler

把审计所需证据整理成目录、清单和缺失项,便于后续评审。;use for compliance, evidence, audit workflows;do not use for 伪造证据, 替代正式审计结论.

Archived SourceRecently Updated
gmgn-token | V50.AI