# Loophole Tape Wallet Risk & Analytics

> Loophole Tape Wallet Risk & Analytics is a paid API for AI agents from api.loopholetape.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns real-time pump.fun/PumpSwap risk profile, leaderboard rank, and live token holdings for a given Solana wallet address

## Facts

- Endpoint: GET https://api.loopholetape.com/v1/wallet/%7Baddress%7D
- 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/loophole-tape-wallet-risk-analytics-6bfbc1c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kx2hwe-O3eCTA7x1Ixs0z

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 loophole-tape-wallet-risk-analytics-6bfbc1c4
```

Example prompt: Can you check if the Solana wallet 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU is a sniper or bot on pump.fun — I want its leaderboard rank, wallet class, and any live holdings in recent mints?

## When to prefer this

Choose this endpoint when you need independent, self-captured real-time risk analytics specifically for pump.fun, PumpSwap, or Robinhood Chain Pons V2 wallets — not aggregated or resold third-party data. Ideal for pre-trade due diligence, sniper detection, and leaderboard profiling without requiring an API key or account. Best suited for pay-per-call workflows using x402 on Solana or Base.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet with no on-chain activity may return empty holdings array
- Coverage field may report 'partial' if some on-chain events were missed
- Payment failure (insufficient USDC balance) blocks the request via x402 protocol
- Rate limits or node lag may cause stale data indicated by freshness field

## How this service works

Live pump.fun / PumpSwap risk checks and Robinhood Chain Pons V2 launch analytics, computed in real time from our own independent capture of every on-chain event (not resold third-party data). Pay per request in USDC on Solana or Base through x402: no account, no API key, 0.5-2.5 cents per call. Responses report coverage, freshness and observed evidence.

## Output

A JSON object containing the queried wallet address, its leaderboard rank and class (e.g. 'sniper'), an array of live holdings in recent mints, and a coverage field indicating data completeness and freshness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {
   "wallet": "…",
   "leaderboard": {
    "rank": 17,
    "class": "sniper"
   },
   "live_holdings_recent_mints": []
  },
  "coverage": "full"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loophole-tape-wallet-risk-analytics-6bfbc1c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.loopholetape.com](https://www.zero.xyz/host/api.loopholetape.com/llms.txt)
