# sol-meme-intel Holder Count Lookup

> sol-meme-intel Holder Count Lookup is a paid API for AI agents from sol-meme-intel.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns the current holder count and distribution data for a Solana token by mint address

## Facts

- Endpoint: GET https://sol-meme-intel.vercel.app/api/holders
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sol-meme-intel-holder-count-lookup-529e4e84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J0khxR3gBtVMAuIat5ZDb

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 sol-meme-intel-holder-count-lookup-529e4e84
```

Example prompt: How many holders does the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v have right now, and is ownership concentrated or spread out?

## When to prefer this

Use this endpoint when you need on-chain holder data for a specific Solana SPL token — especially meme coins — and want a pay-per-call model with no subscription required. Ideal for AI agents doing token due diligence, rug-pull risk scoring, or filtering tokens by holder distribution. Prefer this over general blockchain explorers when you need programmatic, structured holder data via a simple API call paid in USDC.

## Known failure modes

- Invalid or malformed mint address returns an error or empty result
- Token mint not found on Solana returns a not-found error
- Payment of 0.01 USDC via x402 on Base fails, blocking the request
- Helius upstream RPC outage causes timeout or 5xx error
- Rate limiting if too many requests are made in quick succession

## How this service works

Holder concentration for a Solana token from GoPlus: holder count, top holders, real (non-locked) concentration, LP locked %. Body: { mint }.

## Output

Returns holder count and distribution data for the specified Solana token mint, including the number of unique wallet addresses holding the token and potentially concentration metrics indicating how supply is spread across holders.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address (base58)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sol-meme-intel-holder-count-lookup-529e4e84/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sol-meme-intel.vercel.app](https://www.zero.xyz/host/sol-meme-intel.vercel.app/llms.txt)
