# Coin Railz Whale Alert Monitor

> Coin Railz Whale Alert Monitor is a paid API for AI agents from coinrailz.com, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-15).

Tracks large on-chain wallet movements by monitoring whale transactions across crypto networks in real time

## Facts

- Endpoint: POST https://coinrailz.com/x402/whale-alerts
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coin-railz-whale-alert-monitor-626de32e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1n-Pby3W-HPQ1fL05_D5s

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 coin-railz-whale-alert-monitor-626de32e -d '<json body>'
```

Example prompt: Show me the latest large on-chain wallet movements for ETH — I want to see any whale transactions above $500K that happened in the last hour so I can gauge whether big players are buying or selling.

## When to prefer this

Choose this endpoint when you need real-time intelligence on large crypto wallet movements to inform trading decisions, detect accumulation or distribution patterns, or monitor specific high-value wallets. Prefer it over general token price endpoints when the signal you care about is behavioral (who is moving funds and how much) rather than price-based.

## Known failure modes

- Missing or invalid wallet/chain parameters return an error
- Payment failure or insufficient USDC balance blocks the call
- Unsupported blockchain network yields no results
- Rate limiting if too many requests in quick succession
- Stale or delayed on-chain data during network congestion

## How this service works

Track large wallet movements (whales) with on-chain transaction monitoring

## Output

Returns a JSON object confirming successful execution of the whale-alerts service, with a timestamp and result summary. In practice the response surfaces recent large on-chain transactions from whale wallets, including movement size, chain, and timing signals useful for market intelligence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the service"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "json",
 "example": {
  "result": "Service executed successfully",
  "service": "whale-alerts",
  "success": true,
  "timestamp": "2026-02-07T01:37:22.935Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-whale-alert-monitor-626de32e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinrailz.com](https://www.zero.xyz/host/coinrailz.com/llms.txt)
