# OnChaiNinja Multi-Chain Alpha Signals

> OnChaiNinja Multi-Chain Alpha Signals is a paid API for AI agents from x402ninja.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns on-chain alpha signals, whale tracking data, rug scan results, and MEV protection insights for a specified blockchain network

## Facts

- Endpoint: GET https://x402ninja.vercel.app/api/alpha/%7Bchain%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchaininja-multi-chain-alpha-signals-67c86e69
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KEqg7nhSSg-qd24_gj2TT

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 onchaininja-multi-chain-alpha-signals-67c86e69
```

Example prompt: Pull the latest alpha signals and whale activity for Base — I want to see if there are any rug risks or MEV threats right now.

## When to prefer this

Use this endpoint when an agent needs real-time on-chain intelligence — alpha signals, whale tracking, rug detection, or MEV risk — for a specific supported chain (Base, Solana, Arbitrum, etc.). Prefer this over general crypto price APIs when the user wants behavioral or risk-oriented chain analytics rather than spot prices.

## Known failure modes

- Invalid or unsupported chain identifier returns empty signals array
- Payment of $1 USDC not fulfilled results in 402 Payment Required
- Network timeout if the chain data provider is unavailable
- Empty signals array returned when no notable on-chain activity is detected

## How this service works

Alpha signals, whale tracking, rug scanning, and MEV protection across Base, Solana, Arbitrum, and more.

## Output

A JSON object containing the queried chain name and an array of alpha signals, which may include whale wallet movements, rug scan verdicts, and MEV protection alerts for that chain.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "base",
  "signals": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchaininja-multi-chain-alpha-signals-67c86e69/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402ninja.vercel.app](https://www.zero.xyz/host/x402ninja.vercel.app/llms.txt)
