# sol-meme-intel EVM Meme-Coin Discovery

> sol-meme-intel EVM Meme-Coin Discovery is a paid API for AI agents from sol-meme-intel.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a ranked list of trending EVM meme-coin signals for AI agents to act on, paid per-call via USDC/x402

## Facts

- Endpoint: GET https://sol-meme-intel.vercel.app/api/discover
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sol-meme-intel-evm-meme-coin-discovery-bdf0a72a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AwTsaE6KMInB5uWC7ycIs

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sol-meme-intel-evm-meme-coin-discovery-bdf0a72a
```

Example prompt: Show me up to 15 trending EVM meme-coin signals right now so I can decide which tokens to watch or trade.

## When to prefer this

Choose this endpoint when an AI agent needs a quick, affordable ($0.01/call) ranked list of trending EVM meme-coin opportunities without needing deep on-chain analytics. Best for lightweight discovery passes, daily briefings, or feeding a watchlist. Prefer alternatives if you need Solana-native data (a sibling endpoint handles Solana bundle/sniper detection), deep historical analysis, or order-book-level detail.

## Known failure modes

- Limit parameter exceeds max of 15 — likely returns an error or clamps to 15
- Payment not attached or invalid USDC/x402 payment — returns HTTP 402 Payment Required
- Service unavailable or cold-start latency on Vercel — may return 503 or timeout
- No trending tokens available at query time — may return empty list
- Rate limiting if called too frequently without valid payment

## How this service works

Discover newly surfaced meme tokens on Solana from DexScreener boosted (PAID-promoted) and newly profiled tokens, enriched with price, liquidity, volume. Discovery starting point; check /api/safety, /api/holders, /api/bundle before trading. Body: { limit? }.

## Output

A list of up to 15 EVM meme-coin token signals, ranked by relevance or trend strength, intended for AI agent consumption. Each entry likely includes token identifiers, chain context, and momentum/signal metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number",
   "description": "Max tokens (default 10, max 15)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sol-meme-intel-evm-meme-coin-discovery-bdf0a72a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sol-meme-intel.vercel.app](https://www.zero.xyz/host/sol-meme-intel.vercel.app/llms.txt)
