# RugRadar — Base Intel API

> RugRadar — Base Intel API is a paid API for AI agents from rugradar.deleonanalytics.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Scans a Base network smart contract address for rug-pull and fraud risk signals, returning a deterministic risk assessment before an agent interacts with the token.

## Facts

- Endpoint: GET https://rugradar.deleonanalytics.com/risk
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rugradar-base-intel-api-961e7584
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u-x28LRJr8saF0Uw_gieg

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 rugradar-base-intel-api-961e7584
```

Example prompt: Before I swap into it, can you run a rug radar scan on this Base contract — 0x4ed4e862860bed51a9570b96d89af5e1b0efefed — and tell me if it looks sketchy?

## When to prefer this

Use this endpoint when an AI agent is about to interact with, swap into, or recommend a Base network token and needs a deterministic pre-flight safety check. Prefer this over generic token info APIs when the primary concern is fraud/rug risk rather than price or liquidity data.

## Known failure modes

- Invalid or malformed contract address returns an error
- Non-Base-network contract addresses may not be recognized
- Unverified or very new contracts may have limited signal data
- Payment failure (HTTP 402) if USDC is not provided
- Network timeout if Base RPC is congested

## How this service works

Deterministic Base contract risk scans for agents before they touch sketchy tokens.

## Output

Returns a risk assessment object for the given Base contract address, including risk flags and signals indicating whether the contract exhibits characteristics of a rug pull, honeypot, or other fraudulent token scheme.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "contract": {
   "type": "string",
   "description": "Base smart-contract address. Defaults to USDC."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rugradar-base-intel-api-961e7584/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rugradar.deleonanalytics.com](https://www.zero.xyz/host/rugradar.deleonanalytics.com/llms.txt)
