# Oracle Swarm Vault - Whale Movement Alert

> Oracle Swarm Vault - Whale Movement Alert is a paid API for AI agents from x402.billionaireorder.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Detects and reports large on-chain token movements by whale wallets, returning a confidence score and a plain-language summary of the whale activity.

## Facts

- Endpoint: POST https://x402.billionaireorder.com/v1/whale-movement-alert
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-swarm-vault-whale-movement-alert-2964bdf4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xxs_LiKx9pO6mwJxRq0IN

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 oracle-swarm-vault-whale-movement-alert-2964bdf4 -d '<json body>'
```

Example prompt: Check for whale movement alerts on PEPE right now — I want to know if any large wallets have made significant buys or sells recently, and give me the confidence score and a plain-English summary of what happened.

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call (no API key required) signal about large on-chain token movements, especially for memecoins and DeFi tokens on Base-compatible networks. It is well-suited for AI agents that need real-time whale intelligence without a subscription, paying only $0.01 USDC per call via x402 micropayments. Prefer alternatives if you need historical whale data over long time ranges, multi-chain aggregation, or structured order-book data.

## Known failure modes

- No recent whale activity detected for the requested token — returns low score with minimal result text
- Invalid or unrecognized token address — may return an error or empty result
- Payment failure via x402 micropayment — request rejected before processing
- Rate limiting or network congestion on Base blockchain — delayed or failed response
- Token not supported or insufficient on-chain liquidity data — low-confidence result

## How this service works

Pay-per-call USDC on Base for AI agents: wallet trust, honeypot rug check, web extract, KOL signals, whale alerts, 12-trait persona generator. No API key, x402 micropayments.

## Output

Returns a JSON object with a numeric confidence score (0–100) indicating signal strength and a plain-language result string describing the whale activity, e.g. {"score": 92, "result": "Whale bought $2M PEPE"}.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  },
  "input_data": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 92,
  "result": "Whale bought $2M PEPE"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-swarm-vault-whale-movement-alert-2964bdf4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.billionaireorder.com](https://www.zero.xyz/host/x402.billionaireorder.com/llms.txt)
