gmgn-token
Original:🇺🇸 English
Translated
Query GMGN token information — basic info, security, pool, top holders and top traders. Supports sol / bsc / base.
7installs
Sourcegmgnai/gmgn-skills
Added on
NPX Install
npx skill4agent add gmgnai/gmgn-skills gmgn-tokenTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Use the tool to query token information based on the user's request.
gmgn-cliSub-commands
| Sub-command | Description |
|---|---|
| Basic info + realtime price |
| Security metrics (holder concentration, contract risks) |
| Liquidity pool info |
| Top token holders list |
| Top token traders list |
Supported Chains
solbscbasePrerequisites
- file with
.envsetGMGN_API_KEY - Run from the directory where your file is located, or set
.envin your environmentGMGN_HOST
Usage Examples
bash
# Basic token info
npx gmgn-cli token info --chain sol --address <token_address>
# Security metrics
npx gmgn-cli token security --chain sol --address <token_address>
# Liquidity pool
npx gmgn-cli token pool --chain sol --address <token_address>
# Top holders
npx gmgn-cli token holders --chain sol --address <token_address>
npx gmgn-cli token holders --chain sol --address <token_address> --limit 50
# Top traders
npx gmgn-cli token traders --chain sol --address <token_address>
npx gmgn-cli token traders --chain sol --address <token_address> --limit 50
# Raw JSON output (for piping)
npx gmgn-cli token info --chain sol --address <token_address> --rawNotes
- All token commands use normal auth (API Key only, no signature required)
- Use to get single-line JSON for further processing
--raw