# Solana Token Whale Holders Lookup

> Solana Token Whale Holders Lookup 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 the list of whale holders for a given Solana token address, identifying large-balance wallets

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/traders/token/HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3/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-444a0cfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VYTVr8WDZSki6ucoOyn2R

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-444a0cfd -d '<json body>'
```

Example prompt: Who are the whale holders for the Solana token HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3? I want to see the large wallets and how concentrated the supply is among whales.

## When to prefer this

Use this endpoint when you need to identify large-balance holders ('whales') of a specific Solana token, assess supply concentration risk, or investigate whether a token is dominated by a few large wallets. Prefer over generic holder endpoints when whale-specific filtering is required.

## Known failure modes

- Invalid or unrecognized token address returns an error or empty result
- Token not found on-chain returns 404 or empty response
- Network latency or Solana RPC issues may cause timeouts
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Whale holders for token

## Output

A list of whale holder wallets for the specified Solana token, including their wallet addresses and token balances, showing which large holders dominate the supply.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-444a0cfd/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)
