# Base Intel RugRadar — On-Chain Rug Pull Risk Scorer

> Base Intel RugRadar — On-Chain Rug Pull Risk Scorer is a paid API for AI agents from base-intel.deleonanalytics.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Analyzes a Base Mainnet smart contract address and returns a rug pull risk score with on-chain intelligence signals

## Facts

- Endpoint: GET https://base-intel.deleonanalytics.com/rug/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/base-intel-rugradar-on-chain-rug-pull-risk-scorer-8d47d9ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dt5ymyUqWxxqSDQsNBevP

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 base-intel-rugradar-on-chain-rug-pull-risk-scorer-8d47d9ee
```

Example prompt: Can you run a rug pull risk check on this Base Mainnet token contract 0x4ed4e862860bed51a9570b96d89af5e1b0efefed before I buy any?

## When to prefer this

Use this endpoint when you need a quick, pay-per-request rug pull risk score for a specific Base Mainnet contract address, especially before executing a trade or recommending a token. Prefer over manual on-chain inspection when speed and structured risk scoring matter. Best for Base Mainnet; not suitable for Ethereum mainnet or other L2s.

## Known failure modes

- Invalid or malformed contract address returns 400 error
- Contract not found on Base Mainnet returns 404 or empty result
- Insufficient USDC payment returns 402 Payment Required
- Rate limit exceeded returns 429
- Network or RPC latency causes timeout

## How this service works

4 production x402 APIs on Base Mainnet: AlphaStream, TokenPulse, WalletWatch, RugRadar. Pay per request in USDC or subscribe via Stripe.

## Output

Returns a rug risk assessment for the given contract address, including a risk score and on-chain signals indicating likelihood of rug pull, honeypot behavior, or other scam patterns on Base Mainnet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "contract"
 ],
 "properties": {
  "contract": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-intel-rugradar-on-chain-rug-pull-risk-scorer-8d47d9ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base-intel.deleonanalytics.com](https://www.zero.xyz/host/base-intel.deleonanalytics.com/llms.txt)
