# OnChaiNinja Rug Scanner — Multi-Chain Token Safety Check

> OnChaiNinja Rug Scanner — Multi-Chain Token Safety Check is a paid API for AI agents from nininonchain.vercel.app, paid per call via x402, $1.5/call, status unknown (last checked 2026-09-14).

Scans a token contract address on a specified blockchain and returns a safety score and verdict indicating whether the token is likely a rug pull or scam.

## Facts

- Endpoint: GET https://nininonchain.vercel.app/api/rug/%7Bchain%7D/%7Baddress%7D
- Price: $1.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchaininja-rug-scanner-multi-chain-token-safety-check-9d7fde45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bF0AP8AQw172VkO6_tTdr

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-rug-scanner-multi-chain-token-safety-check-9d7fde45
```

Example prompt: Can you rug-scan this token contract 0xAbC123...def on Base and tell me if it's safe to buy?

## When to prefer this

Use this endpoint when you need a quick, structured safety verdict (score + label) for a specific token contract before executing a trade or recommending a token to users. It is particularly well-suited for automated pre-swap checks in trading bots or alert systems across Base, Solana, and Arbitrum, where a binary SAFE/RUG signal with a numeric confidence score is sufficient for decision-making.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent contract address returns an error or low-confidence result
- Newly deployed contracts with no on-chain history may produce inconclusive results
- Payment failure (insufficient USDC) blocks the request
- Network latency on the target chain may delay analysis

## How this service works

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

## Output

Returns a JSON object with a numeric safety score (0-100) and a categorical verdict such as 'SAFE' or 'RUG', indicating the overall risk level of the scanned token contract on the specified chain.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 85,
  "verdict": "SAFE"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchaininja-rug-scanner-multi-chain-token-safety-check-9d7fde45/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nininonchain.vercel.app](https://www.zero.xyz/host/nininonchain.vercel.app/llms.txt)
