# onchain.wick.pics AI Incidents Lookup

> onchain.wick.pics AI Incidents Lookup is a paid API for AI agents from onchain.wick.pics, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Looks up AI-related security incidents and rug/honeypot events by company or vendor name across a curated incident database

## Facts

- Endpoint: GET https://onchain.wick.pics/v1/ai-incidents
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchain-wick-pics-ai-incidents-lookup-bf9e52ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vEZbGqwPD9Xra35vHb8pB

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 onchain-wick-pics-ai-incidents-lookup-bf9e52ef
```

Example prompt: Can you check the AI incidents database for any reported incidents involving Binance?

## When to prefer this

Use this endpoint when you need to look up AI or crypto security incidents specifically by company or vendor name and want a curated incident database. Note: the endpoint path suggests AI incident lookup rather than token contract safety checks, despite the broader service branding around token safety.

## Known failure modes

- Company name not found — returns empty results or 404
- Company name too short (under 2 chars) or too long (over 80 chars) — returns validation error
- Network timeout or service unavailability — returns 5xx error
- Payment not processed (x402 payment required) — returns 402 Payment Required
- Ambiguous substring match returns unrelated company incidents

## How this service works

Rug & honeypot safety checks for any token — across PulseChain (which GoPlus & Honeypot.is don't cover), plus Base, Monad & BSC. 0–100 safety verdicts with evidence, fresh-pool rug radar & exit-safety, for agents, bots & traders. Free to start; pay-per-call via x402.

## Output

Returns a list of AI-related incident records matching the company or vendor name substring, including incident details, dates, and any associated safety or security event metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company"
 ],
 "properties": {
  "company": {
   "type": "string",
   "description": "Company / vendor name to look up (2–80 chars; substring match)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchain-wick-pics-ai-incidents-lookup-bf9e52ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onchain.wick.pics](https://www.zero.xyz/host/onchain.wick.pics/llms.txt)
