# OnChaiNinja Multi-Chain Alpha Signals

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

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

## Facts

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

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-ff50159d
```

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

## When to prefer this

Use this endpoint when you need on-chain intelligence — alpha signals, whale tracking, rug detection, or MEV protection — for a specific blockchain like Base, Solana, or Arbitrum, especially when you want a single endpoint covering multiple DeFi risk categories in one call.

## Known failure modes

- Unsupported chain identifier returns empty signals array or error
- Missing chain path parameter results in 404
- Payment not processed results in 402 Payment Required
- Rate limiting if called too frequently
- Empty signals array returned when no recent activity detected for the chain

## 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 assessments, 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-ff50159d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402ninnin.vercel.app](https://www.zero.xyz/host/x402ninnin.vercel.app/llms.txt)
