# onchain.wick.pics Token Safety API

> onchain.wick.pics Token Safety API is a paid API for AI agents from onchain.wick.pics, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a 0–100 safety score with evidence for any token contract on PulseChain, Base, Monad, or BSC, detecting rug pulls, honeypots, and exit risks

## Facts

- Endpoint: GET https://onchain.wick.pics/v1/token-safety
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchain-wick-pics-token-safety-api-d9388cb1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_olkky3H6woOz10vWllKgD

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-token-safety-api-d9388cb1
```

Example prompt: Can you check if this PulseChain token at 0x1234567890abcdef1234567890abcdef12345678 is safe to buy — is it a honeypot or rug pull risk?

## When to prefer this

Choose this endpoint when you need token safety checks on PulseChain (which GoPlus and Honeypot.is do not cover), or when you need a unified API covering PulseChain, Base, Monad, and BSC in a single interface with evidence-backed 0–100 safety scores and fresh-pool rug radar.

## Known failure modes

- Unknown or unsupported chain name returns an error
- Invalid or malformed contract address (not 0x + 40 hex) returns a validation error
- Token address not found on the specified chain may return a low-confidence or null result
- API payment failure via x402 blocks the request
- Rate limiting or quota exhaustion may return 402 or 429 errors

## 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 0–100 safety score along with supporting evidence such as honeypot detection results, rug pull indicators, fresh-pool radar flags, and exit-safety assessment, helping agents and traders decide whether a token is safe to interact with.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "chain",
  "address"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "Chain name: pulsechain | monad | base | bsc"
  },
  "address": {
   "type": "string",
   "description": "Token contract address (0x + 40 hex)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchain-wick-pics-token-safety-api-d9388cb1/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)
