# sol-meme-intel - Crypto data API for AI agents Pay-per-call crypto/web3 ground-truth data. USDC via x402 on base. No API key, no signup. Each endpoint is a separate POST route with its own price. Unpaid requests return HTTP 402. ## Endpoints ### Discover Solana Meme Tokens (0.01 USD/call) POST https://sol-meme-intel.vercel.app/api/discover Discover newly surfaced meme tokens on Solana, sourced from DexScreener boosted (PAID-promoted) and newly profiled tokens, enriched with price, liquidity, volume, pair age and socials. Solana is the meme-rich chain so this feed is active. A discovery STARTING POINT only: boosts are paid promotions, many promoted tokens are scams or sniper-bundled. Body: { limit? }. ### Solana Meme Safety / Rug Check (0.01 USD/call) POST https://sol-meme-intel.vercel.app/api/safety Rug/safety check for a Solana SPL token via GoPlus Solana: mint authority, freeze authority, Token-2022 powers (close/balance-mutable/default-frozen/mutable-metadata/transfer-hook), holder concentration, LP burn/lock. Returns GO/CAUTION/AVOID. GO means no red flags in checks performed, NOT a guarantee. Body: { mint }. ### Solana Meme Momentum (0.01 USD/call) POST https://sol-meme-intel.vercel.app/api/momentum Real-time momentum/activity for a Solana token from DexScreener: price change 5m/1h/6h/24h, volume, 24h buy/sell ratio, liquidity, pair age, socials. Shows real recent flow, NOT a prediction. Body: { mint }. ### Solana Meme Holder Concentration (0.01 USD/call) POST https://sol-meme-intel.vercel.app/api/holders Holder concentration for a Solana token from GoPlus: holder count, top holders with %, real (non-locked) concentration excluding LP/burn, and LP locked %. High non-locked concentration = single-wallet dump risk. Body: { mint }. ### Solana Bundle / Sniper Detection (0.015 USD/call) POST https://sol-meme-intel.vercel.app/api/bundle Bundle/sniper detection for a Solana token via Helius: analyzes recent swaps and groups buyers by slot to flag coordinated launch buys (bundle/sniper clusters). Returns CLEAN/SUSPICIOUS/LIKELY_BUNDLE. Most accurate for fresh launches. A bundle signal is a risk flag, not proof of malice. Body: { mint }. ### Solana Meme Signal (composite) (0.02 USD/call) POST https://sol-meme-intel.vercel.app/api/signal Composite Solana meme signal: combines safety + holder concentration + LP lock + liquidity + buy/sell flow + bundle/sniper detection into a SAFETY-GATED verdict (GO/CAUTION/AVOID) plus a separate momentum bias, with a transparent factor breakdown and risk flags. One call for a full go/no-go read. Decision-support, NOT financial advice and NOT a pump prediction. Body: { mint }. ## Payment Unpaid requests return HTTP 402 with an x402 payment requirement (USDC on Base), recipient 0xcd6b6d99b7751ff30b68fa1365488eb73fa7cefa. Pay with an x402 client and retry.