# evm-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 Meme Tokens (0.01 USD/call) POST https://evm-meme-intel.vercel.app/api/discover Discover newly surfaced meme tokens on an EVM chain (eth, bnb, base), sourced from DexScreener boosted (PAID-promoted) and newly profiled tokens, enriched with price, liquidity, volume, pair age and socials. A discovery STARTING POINT only: boosts are paid promotions, not organic trending, and many promoted meme tokens are scams. Body: { chain, limit? }. ### Meme Token Safety / Rug Check (0.01 USD/call) POST https://evm-meme-intel.vercel.app/api/safety Rug/safety check for an EVM meme token via GoPlus: honeypot, sellability, buy/sell tax, owner privileges (mint, blacklist, pause, reclaim ownership, hidden owner, self-destruct), upgradeable proxy, source verification. Returns GO/CAUTION/AVOID with reasons and per-check detail. GO means no red flags in checks performed, NOT a guarantee. Body: { token, chain }. ### Meme Token Momentum (0.01 USD/call) POST https://evm-meme-intel.vercel.app/api/momentum Real-time momentum/activity for an EVM token from DexScreener: price change 5m/1h/6h/24h, volume 1h/24h, 24h buy/sell ratio, liquidity, pair age, socials. Shows whether real buying flow is happening NOW. NOT a price prediction. Body: { token, chain }. ### Meme Token Holder Concentration (0.01 USD/call) POST https://evm-meme-intel.vercel.app/api/holders Holder concentration for an EVM token from GoPlus: holder count, top 10 holders with %, real (non-locked) concentration, owner/creator %, and LP locked %. High concentration in non-locked wallets = single-wallet dump risk. Body: { token, chain }. ### Meme Signal (composite) (0.02 USD/call) POST https://evm-meme-intel.vercel.app/api/signal Composite meme signal: combines safety + holder concentration + LP lock + liquidity + buy/sell flow into a SAFETY-GATED verdict (GO/CAUTION/AVOID) plus a separate momentum bias (rising/falling/flat), 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: { token, chain }. ## Payment Unpaid requests return HTTP 402 with an x402 payment requirement (USDC on Base), recipient 0xcd6b6d99b7751ff30b68fa1365488eb73fa7cefa. Pay with an x402 client and retry.