# onchain.wick.pics Wallet Reputation API

> onchain.wick.pics Wallet Reputation API 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-13).

Assesses the on-chain reputation and risk score of a wallet address across PulseChain, Base, Monad, and BSC

## Facts

- Endpoint: GET https://onchain.wick.pics/v1/wallet-reputation
- Price: $0.02/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-wallet-reputation-api-4bdd47f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qwXvlq-zYRNKx-CNYxhxu

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-wallet-reputation-api-4bdd47f7
```

Example prompt: Can you check the reputation of wallet 0xAbCd1234...5678 on PulseChain and tell me if it's safe to interact with — give me the safety score and any red flags you find?

## When to prefer this

Choose this endpoint when you need to assess the reputation or safety risk of a specific wallet address — particularly on PulseChain, where mainstream safety tools like GoPlus and Honeypot.is provide no coverage. Also ideal for Base, Monad, and BSC wallet screening when you want a consolidated 0–100 safety verdict with supporting evidence rather than raw on-chain data. Best suited for agents, trading bots, or DeFi applications that need a quick, structured risk signal before executing a trade or interaction.

## Known failure modes

- Invalid or malformed wallet address returns a 400 error
- Unsupported chain name returns a validation error
- Wallet with no on-chain history may return a low-confidence or neutral score
- Payment not completed (x402 flow incomplete) results in 402 response blocking access
- Rate limiting or service unavailability returns 5xx 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

A 0–100 reputation/safety score for the specified wallet address on the requested chain, accompanied by evidence of risk signals such as rug pull involvement, honeypot association, suspicious transaction patterns, or exit-scam indicators, enabling agents and traders to make informed decisions about interacting with that wallet.

## Request schema (JSON Schema)

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

## More

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