# Loophole Tape Wallet Risk & Analytics Endpoint

> Loophole Tape Wallet Risk & Analytics Endpoint 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
- 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-endpoint-96133542
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TX35J8pMhDeF37e-6n3av

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-endpoint-96133542
```

Example prompt: Check the pump.fun risk profile and leaderboard rank for the Solana wallet 7xKf...3pQz — I want to know if it's flagged as a sniper and what recent token launches it's been active in.

## When to prefer this

Choose this endpoint when you need real-time, independently captured on-chain risk intelligence for a specific Solana wallet on pump.fun or PumpSwap — particularly when you want sniper classification, leaderboard standing, and live mint holdings without relying on resold third-party data. It is well-suited for pre-launch due diligence on token buyers, bot detection, and live trading risk assessments. Prefer it over general Solana explorers when you need structured risk scores and behavioral classifications rather than raw transaction history.

## Known failure modes

- Wallet not found or has no on-chain activity — returns empty holdings array with reduced coverage indicator
- Payment not processed or insufficient USDC balance — request rejected with 402 status
- Invalid wallet address format — returns error response
- Temporary data gap for very recent events — freshness field signals lag
- Network or chain indexing delay — coverage may be partial for brand-new wallets

## 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'), a list of live holdings in recent mints, and a coverage and freshness indicator showing how complete and up-to-date the data is.

## 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-endpoint-96133542/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)
