# EVM Meme-Coin Momentum Signals

> EVM Meme-Coin Momentum Signals 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-15).

Returns momentum signals and trading intelligence for EVM-based meme coins, paid per-call via USDC on Base using x402.

## Facts

- Endpoint: GET https://evm-meme-intel.vercel.app/api/momentum
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/evm-meme-coin-momentum-signals-8f8aaad9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0JwAxNq-djHVKN5jnqNUg

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-momentum-signals-8f8aaad9
```

Example prompt: What are the top momentum meme coins on EVM chains right now — give me the trending signals so I can decide which ones to watch?

## When to prefer this

Use this endpoint when an AI agent needs real-time or near-real-time meme coin momentum signals specifically for EVM chains (Ethereum, Base, etc.), and is operating in a pay-per-call model using x402/USDC micropayments on Base. Best suited for trading bots, DeFi agents, or portfolio monitors that need actionable meme coin intelligence without a subscription.

## Known failure modes

- Payment not provided or insufficient USDC — 402 Payment Required
- Invalid token address or unsupported chain — 400 Bad Request
- No meme coin data available for requested parameters — empty result set
- x402 payment network congestion causing timeout
- Rate limiting if payment not processed correctly

## How this service works

Real-time momentum/activity for an EVM token from DexScreener: price change 5m/1h/6h/24h, volume, 24h buy/sell ratio, liquidity, pair age, socials. Shows recent flow, NOT a price prediction. Body: { token, chain }.

## Output

Returns momentum signals for EVM meme coins, likely including trend scores, volume metrics, price movement indicators, and rankings of currently hot meme tokens on EVM-compatible chains.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "eth, bnb, base."
  },
  "token": {
   "type": "string",
   "description": "Token contract (0x...)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/evm-meme-coin-momentum-signals-8f8aaad9/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)
