Loading...
Loading...
Query GMGN on-chain tracking data — follow-wallet trade records, KOL trades, and Smart Money trades. Supports sol / bsc / base.
npx skill4agent add gmgnai/gmgn-skills gmgn-trackgmgn-cligmgn-clitrack follow-wallettrack koltrack smartmoneyfollow-walletkolsmartmoney| Sub-command | Description |
|---|---|
| Trade records from wallets the user personally follows on GMGN |
| Real-time trades from KOL / influencer wallets tagged by GMGN |
| Real-time trades from smart money / whale wallets tagged by GMGN |
solbscbase.envGMGN_API_KEYGMGN_PRIVATE_KEYtrack follow-wallettrack koltrack smartmoney.envGMGN_HOSTgmgn-clinpm install -g gmgn-cli# Follow-wallet trades (all wallets you follow)
gmgn-cli track follow-wallet --chain sol
# Follow-wallet trades filtered by wallet
gmgn-cli track follow-wallet --chain sol --wallet <wallet_address>
# Follow-wallet filtered by trade direction
gmgn-cli track follow-wallet --chain sol --side buy
# Follow-wallet filtered by USD amount range
gmgn-cli track follow-wallet --chain sol --min-amount-usd 100 --max-amount-usd 10000
# KOL trade records (SOL, default)
gmgn-cli track kol --limit 10 --raw
# KOL trade records on SOL, buy only
gmgn-cli track kol --chain sol --side buy --limit 10 --raw
# Smart Money trade records (SOL, default)
gmgn-cli track smartmoney --limit 10 --raw
# Smart Money trade records, sell only
gmgn-cli track smartmoney --chain sol --side sell --limit 10 --rawtrack follow-wallet| Option | Description |
|---|---|
| Required. |
| Filter by wallet address |
| Page size (1–100, default 10) |
| Trade direction: |
| Repeatable filter conditions |
| Minimum trade amount (USD) |
| Maximum trade amount (USD) |
track koltrack smartmoney| Option | Description |
|---|---|
| Chain: |
| Page size (1–200, default 100) |
| Filter by trade direction: |
track koltrack smartmoneylist| Field | Description |
|---|---|
| On-chain transaction hash |
| Wallet address of the trader (KOL / Smart Money) |
| Trade direction: |
| Token contract address |
| Token ticker symbol |
| Launchpad platform (e.g. |
| Trade value in USD |
| Token quantity traded |
| Token price in USD at time of trade |
| Original buy cost in USD (0 if this record is the buy) |
| |
| Unix timestamp of the trade |
| KOL's Twitter username |
| Wallet tags (e.g. |
track koltrack smartmoneytrack follow-walletGMGN_PRIVATE_KEY--rawtrack koltrack smartmoney--side