# Solana Token Whale Holders & Supply Concentration Analyzer

> Solana Token Whale Holders & Supply Concentration Analyzer is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns top holders of a Solana token with supply concentration metrics, recent accumulation/distribution flow, and an AI-generated signal for whale activity.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/traders/token/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R/whales
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-e28a0976
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eWtAwl66Pnuuisq97j1YY

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 mpp-hyreagent-fun-e28a0976 -d '<json body>'
```

Example prompt: Can you pull the whale holder breakdown for Solana token 4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R and tell me if the top holders are accumulating or distributing, and what the AI signal says about concentration risk?

## When to prefer this

Use this endpoint when you need detailed whale concentration and holder distribution data for a Solana token, especially when combined with an AI signal to assess accumulation vs. distribution dynamics. Prefer this over raw RPC calls when you want a processed, agent-ready summary with risk signals rather than raw on-chain data.

## Known failure modes

- Invalid or non-existent token mint address returns an error or empty holder list
- Token with no on-chain holder data (e.g. very new token) may return incomplete results
- RPC congestion may cause timeout or stale data
- Payment failure (insufficient USDC balance) blocks the request
- Jupiter data unavailable for illiquid tokens may degrade AI signal quality

## How this service works

Top holders of a Solana token, supply concentration, recent accumulation/distribution flow with AI signal. Sources: Solana RPC + Jupiter.

## Output

Returns a list of top token holders with wallet addresses, their percentage of total supply, recent buy/sell flow indicating accumulation or distribution behavior, supply concentration metrics (e.g. top 10 holders % of supply), and an AI-generated signal summarizing whale risk or sentiment for the token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-e28a0976/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
