# GGWP Solana Risk Scanner

> GGWP Solana Risk Scanner is a paid API for AI agents from ggwp-ten.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 indicators such as fraud, scam associations, and suspicious activity.

## Facts

- Endpoint: POST https://ggwp-ten.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/ggwp-solana-risk-scanner-bf6357a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PpHycilKl-xEApSGrGp74

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 ggwp-solana-risk-scanner-bf6357a6 -d '<json body>'
```

Example prompt: Can you run a risk scan on this Solana wallet address — Gh9ZwEmdLJ8DscKNTkTqPbNwLNNBjuSzaG9Ye4xPr5kL — and tell me if it's associated with any scams or suspicious activity?

## When to prefer this

Use this endpoint when you need a quick risk score for a Solana-specific wallet, token, or transaction and are already operating in a Solana/crypto context. Prefer this over generic blockchain analytics tools when you need pay-per-call pricing without a subscription and are integrating with x402 micropayment infrastructure on Base chain.

## Known failure modes

- Invalid or malformed Solana address returns a validation error
- Unknown or brand-new address with no on-chain history may return minimal risk data
- Rate limiting or payment failure via x402 protocol results in a 402 response
- Network timeouts if on-chain data sources are slow to respond
- Incomplete schemas mean exact error format is undocumented

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a structured risk assessment object containing risk scores, threat categories, suspicious activity flags, and any known blacklist associations 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/ggwp-solana-risk-scanner-bf6357a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
