# EVM Meme Intel Signal API

> EVM Meme Intel Signal API is a paid API for AI agents from evm-meme-intel.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns trading signal data for a given EVM token contract address on a specified chain (ETH, BNB, or Base)

## Facts

- Endpoint: GET https://evm-meme-intel.vercel.app/api/signal
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/evm-meme-intel-signal-api-211a9be1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ml9OceqAReFUef_M-GJLo

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-intel-signal-api-211a9be1
```

Example prompt: Get me the trading signal for token contract 0x6982508145454Ce325dDbE47a25d4ec3d2311933 on the Ethereum chain — I want to know if there's a bullish or bearish signal right now.

## When to prefer this

Use this endpoint when an AI agent needs pay-per-call, real-time trading signal or intelligence data for a specific EVM meme token contract on Ethereum, BNB Chain, or Base — especially when operating in a x402 micropayment context on Base. Prefer over general crypto APIs when focused on meme coin signal intelligence with per-call USDC billing.

## Known failure modes

- Invalid or non-existent token contract address returns error
- Unsupported chain identifier returns validation error
- Payment not completed via x402/USDC returns 402 Payment Required
- Token not indexed or too new to have signal data
- Network timeout or Vercel cold start latency

## How this service works

Composite meme signal: combines safety + holder concentration + liquidity + buy/sell flow into a SAFETY-GATED verdict (GO/CAUTION/AVOID) plus a separate momentum bias, with a transparent factor breakdown and risk flags. Decision-support, not financial advice. Body: { token, chain }.

## Output

Returns signal intelligence data for the specified EVM token contract, likely including bullish/bearish indicators, on-chain metrics, or trading sentiment derived from meme coin data on the requested chain (ETH, BNB, or Base).

## 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-intel-signal-api-211a9be1/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)
