# onchain.wick.pics Token Safety Lookup by Ticker

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

Returns the top token match for a given ticker symbol with a 0–100 safety score, rug/honeypot verdict, and exit-safety evidence across PulseChain, Base, Monad, and BSC

## Facts

- Endpoint: GET https://onchain.wick.pics/v1/what-ticker
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchain-wick-pics-token-safety-lookup-by-ticker-942789d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GE9k6dBg91G-bO4G3t_B4

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-lookup-by-ticker-942789d3
```

Example prompt: Before I buy, can you check if the PLSX ticker on PulseChain is safe — is it a honeypot or rug risk, and can I exit safely?

## When to prefer this

Choose this endpoint when you need token safety analysis on PulseChain, which is not covered by GoPlus or Honeypot.is, or when you need a unified multi-chain safety verdict (PulseChain, Base, Monad, BSC) from a single call. It is especially useful for fresh-pool rug radar and exit-safety checks before executing a trade or bot snipe, and for agents and automated bots that need a pay-per-call model via x402 without subscription overhead.

## Known failure modes

- Ticker not found on any supported chain — no result returned
- Token exists but chain context is ambiguous — may return wrong chain's token
- Fresh pool with insufficient on-chain data — limited evidence, lower confidence score
- Rate limit or payment failure — 402 payment required response
- Chain temporarily unavailable — partial or no data returned

## 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

A structured safety report for the top-matched token for the given ticker, including a 0–100 safety score, rug verdict, honeypot verdict, exit-safety status, fresh-pool rug radar signal, and supporting evidence flags that explain the verdict.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Reserved — the response is the single top pick; this parameter is accepted and ignored (agents may send 1)"
  }
 }
}
```

## More

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