# BlackBobs.ai Solana Risk Scanner

> BlackBobs.ai Solana Risk Scanner is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.051647/call, status unknown (last checked 2026-09-14).

Scans a Solana wallet address or transaction for risk signals, flagging suspicious activity, scam patterns, or malicious contracts on the Solana blockchain.

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/solana-risk-scanner
- Price: $0.051647/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-solana-risk-scanner-d8e0a65e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oLU-wjA5s9tRBFiXcwvJH

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 blackbobs-ai-solana-risk-scanner-d8e0a65e -d '<json body>'
```

Example prompt: Can you run a risk scan on the Solana wallet address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAs and tell me if it looks suspicious or has any red flags?

## When to prefer this

Use this endpoint when you need on-chain Solana-specific risk intelligence before interacting with an unknown wallet, token contract, or transaction. Prefer this over generic blockchain explorers when you need a structured risk score and threat flags rather than raw transaction data. Best suited for DeFi safety checks, pre-send wallet validation, and scam detection on the Solana network specifically.

## Known failure modes

- Invalid or malformed Solana address returns an error
- Unknown or very new addresses with no on-chain history may return low-confidence results
- Rate limiting or payment failure via x402 may block the request
- Network timeouts if Solana RPC is congested
- False negatives for novel scam patterns not yet in the risk database

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a risk assessment object containing risk scores, detected threat categories, flagged behaviors (e.g. mixer usage, known scam association, honeypot patterns), and an overall risk verdict for the scanned Solana address or transaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-solana-risk-scanner-d8e0a65e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
