# Snipe Holders — EVM Token Holder List

> Snipe Holders — EVM Token Holder List is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the list of holders for a given EVM token contract address, useful for sniping and concentration analysis.

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/snipe/holders
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/snipe-holders-evm-token-holder-list-97d3e676
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rHP5DHgqsyfR3zCNuAcHK

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 snipe-holders-evm-token-holder-list-97d3e676 -d '<json body>'
```

Example prompt: Can you pull the current holder list for the token at 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base so I can see if the supply is heavily concentrated?

## When to prefer this

Use this endpoint when you need real-time holder distribution data for an EVM token — especially for sniping decisions, rug/concentration risk assessment, or whale tracking. Prefer this over generic block explorers when you need structured, agent-consumable data with pay-per-call pricing and no API key setup.

## Known failure modes

- Invalid or non-existent contract address returns an error or empty result
- Unsupported chain identifier causes a validation error
- Token with no indexed holders may return empty list
- Rate-limit or payment failure returns a 402 or 429 error
- Very new tokens may have incomplete indexing leading to partial holder data

## How this service works

Holder & liquidity concentration analysis: top holder %, top-10 %, LP locked/burned %, holder list with contract/lock flags, and concentration risk warnings. Send { address, chain? }. Detect whale-dumps and rug risk before entering a position.

## Output

Returns a list of wallet addresses holding the specified EVM token along with their balances or share of supply, enabling holder concentration and distribution analysis in real time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "EVM chain, default base"
  },
  "address": {
   "type": "string",
   "description": "0x token contract address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/snipe-holders-evm-token-holder-list-97d3e676/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-services-production.up.railway.app](https://www.zero.xyz/host/x402-services-production.up.railway.app/llms.txt)
