# EVM Meme-Coin Intelligence Discovery API

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

Returns meme-coin signals and discovery data for EVM-compatible tokens, paid per-call via USDC on Base using the x402 protocol

## Facts

- Endpoint: GET https://evm-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/evm-meme-coin-intelligence-discovery-api-feb8491b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sdfRo3psDMwwxRcmg6PIQ

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 evm-meme-coin-intelligence-discovery-api-feb8491b
```

Example prompt: Show me the top trending meme coins on EVM chains right now — I want signals on which ones are gaining momentum, including any newly launched tokens on Base or Ethereum.

## When to prefer this

Choose this endpoint when you need real-time, pay-per-call meme-coin discovery signals specifically for EVM-compatible chains (Ethereum, Base, etc.) and are operating in a Web3-native environment that supports x402 micropayments in USDC. Ideal for AI trading agents, DeFi bots, or portfolio tools that need fresh meme-token intelligence without a subscription.

## Known failure modes

- Payment not received or USDC balance insufficient on Base — returns 402 Payment Required
- Invalid or missing request parameters — returns 400 Bad Request
- No trending meme coins found matching criteria — returns empty result set
- Rate limit exceeded — returns 429 Too Many Requests
- Upstream on-chain data provider unavailable — returns 503 Service Unavailable

## How this service works

Discover newly surfaced meme tokens on an EVM chain (eth, bnb, base) from DexScreener boosted (PAID-promoted) and newly profiled tokens, enriched with price, liquidity, and volume. A discovery starting point; always check /api/safety and /api/holders before trading. Body: { chain, limit? }.

## Output

A list of EVM meme-coin discovery signals including token identifiers, chain information, trending indicators, and momentum metrics relevant to AI agent decision-making in crypto trading contexts.

## Request schema (JSON Schema)

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

## More

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