GMGN (GMGN.ai) is a Solana meme-coin analytics and trading platform — real-time DEX data, token intelligence, and copy-trading. If you're building an AI agent to consume it, here's the data worth collecting, grouped by use case.
1. Token & Market Data (core)
- Token metadata — symbol, name, mint address, image, description, socials (Twitter/Telegram/website), whether it's verified on-chain.
- Price & liquidity — live price, 24h/1h/5m change, market cap, fully-diluted valuation (FDV), liquidity pool depth and pool composition.
- Volume metrics — total volume, buy volume vs. sell volume, and the buy/sell count split (a real signal: heavy buy-pressure with modest volume often beats volume alone).
- Holder data — holder count, holder distribution, top-holder concentration (top 10 / top 20 %), new-holder growth over time.
2. Security / "Smart Money" Signals (GMGN's moat)
- Security flags — mint authority, freeze authority, metadata mutability, LP burn/lock status, buy/sell tax, honeypot detection.
- Top traders & buy profiles — GMGN tracks the largest wallets ("whales"), their realized P&L, win rate, average hold time, and whether they're net buyers or sellers. An AI agent should collect these as labeled examples for copy-trading or for building a "smart money flows" feature.
- New-wallet vs. existing-wallet purchase splits — how much of a spike comes from fresh wallets (bots / new entrants) vs. established holders.
3. Trading / Behavioral Data
- Order-flow & transaction history — recent buys/sells by wallet, timestamps, sizes, slippage; useful for detecting pump-and-dump patterns, sniping activity, or coordinated wallet clusters (same funding source).
- Hold-time distribution — how long holders actually sit in positions; short average hold = rotation-heavy.
- Copy-trade feeds — GMGN exposes what specific top traders are doing in near-real-time, which an agent can track as a signal stream.
4. Community & Trend Signals
- Trending / new-pair listings — newly listed tokens, tokens spiking in 5m/1h volume or buy-rate, which often surface before they're on mainstream trackers.
- Social momentum — Twitter/X activity, mentions, and community engagement linked to each token.
Practical notes for an AI agent
- Rate limits & auth — GMGN is primarily a frontend app; heavy programmatic scraping is rate-limited, so an agent should throttle and cache (poll every 5–60s depending on strategy, not every second) and rotate access. Some data is only visible when logged in.
- Dedup & validation — mint addresses are the reliable primary key; names/symbols collide constantly on Solana, so always key everything off the mint and re-verify contract state before acting.
- What it's not good for — cross-chain coverage (it's Solana-first), and long-history data (it's a real-time/short-window tool; you'd pair it with a CoinGecko/DexScreener archive for anything historical).
Want me to pull live trending Solana tokens or check a specific token's on-chain security status right now? I can run that directly.