# Solana Whale & Holder Concentration Analyzer

> Solana Whale & Holder Concentration Analyzer is a paid API for AI agents from notified-turns-schedule-wrapping.trycloudflare.com, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Returns top holder distribution, supply concentration percentages, and insider/rug risk scoring for any Solana token by mint address

## Facts

- Endpoint: POST https://notified-turns-schedule-wrapping.trycloudflare.com/whales/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-whale-holder-concentration-analyzer-a52b2d1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4RtFWONSY5UwdslGf03j9

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 solana-whale-holder-concentration-analyzer-a52b2d1d -d '<json body>'
```

Example prompt: Before I buy this token, can you check the whale concentration and rug risk for Solana mint address DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 — I want to see how much supply the top 10 and top 20 holders control and whether the insider risk score looks dangerous.

## When to prefer this

Use this endpoint when you need focused whale and holder concentration analysis for a specific Solana token — particularly before a trade or investment decision. Prefer this over a full due-diligence endpoint when you specifically need distribution percentages and insider risk scoring rather than a combined honeypot/rug/liquidity check.

## Known failure modes

- Invalid or non-existent mint address returns 404 or error response
- Token with no on-chain holder data may return empty distribution
- Network timeout from Solana RPC delay
- Payment failure if USDC balance insufficient for $0.03 fee
- Newly launched tokens with sparse holder data may produce incomplete results

## How this service works

Whale & holder concentration analysis for any Solana token: top holder distribution, % of supply held by top 1/5/10/20 accounts, insider concentration risk score and flags. Detect rug risk from concentrated supply before you buy. GET /whales/{mintAddress}.

## Output

Returns a breakdown of top holder wallets and the percentage of total supply held by the top 1, 5, 10, and 20 accounts, plus an insider concentration risk score and specific red flags indicating potential rug pull risk from supply concentration.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-whale-holder-concentration-analyzer-a52b2d1d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from notified-turns-schedule-wrapping.trycloudflare.com](https://www.zero.xyz/host/notified-turns-schedule-wrapping.trycloudflare.com/llms.txt)
