# EVM Meme-Coin Holders Intelligence API

> EVM Meme-Coin Holders Intelligence 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 holder count and distribution signals for EVM-chain meme-coins, paid per-call with USDC via x402 on Base

## Facts

- Endpoint: GET https://evm-meme-intel.vercel.app/api/holders
- 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-holders-intelligence-api-2694ac83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__q6GkhDXXpmArEOC-SL01

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-holders-intelligence-api-2694ac83
```

Example prompt: How many holders does the meme coin at contract address 0xABC123... on Base have, and is ownership concentrated among whales or spread across many wallets?

## When to prefer this

Use this endpoint when an AI agent needs real-time, pay-per-call holder count and distribution data specifically for EVM meme-coins, especially when operating on Base or other EVM chains and paying programmatically with USDC via x402 without requiring an API subscription

## Known failure modes

- Invalid or non-existent contract address returns an error or empty result
- Unsupported EVM chain returns a chain-not-supported error
- Payment failure via x402/USDC results in 402 Payment Required response
- Rate limiting if too many calls are made in rapid succession
- Contract is not a token contract returns malformed or null holder data

## How this service works

Holder concentration for an EVM token from GoPlus: holder count, top holders with %, real (non-locked) concentration, owner/creator %, LP locked %. High concentration = dump risk. Body: { token, chain }.

## Output

Returns on-chain holder count and distribution signals for the specified EVM meme-coin contract, including metrics that help assess decentralization and concentration risk

## 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-holders-intelligence-api-2694ac83/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)
