# Loophole Tape Creator Risk Analytics

> Loophole Tape Creator 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 launch analytics and rug-risk statistics for a pump.fun/PumpSwap token creator address, including rug rate, graduation rate, total launches, and live mints

## Facts

- Endpoint: GET https://api.loopholetape.com/v1/creator
- 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-creator-risk-analytics-2da47d40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zR7al-TwEIF25HWY7Qbip

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-creator-risk-analytics-2da47d40
```

Example prompt: Before I ape into this token, can you check the pump.fun creator wallet 7xKq...AbC3 on Loophole Tape and tell me their rug rate, how many tokens they've launched, and whether they have any live mints right now?

## When to prefer this

Choose this endpoint when you need independent, real-time on-chain data about a pump.fun or PumpSwap token creator's historical rug behavior and live activity — particularly when you want first-party captured data rather than resold aggregator feeds. Ideal for pre-trade risk checks, automated trading bots, or due diligence workflows on Solana meme coin launches where freshness and provenance of the data matter.

## Known failure modes

- Unknown or never-active creator address returns empty stats or reduced coverage
- Payment failure via x402 returns 402 with payment required details
- Invalid address format returns 400 bad request
- Temporary on-chain indexing lag may reduce freshness score
- Coverage field may return 'partial' if creator has very recent activity not yet indexed

## 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 with ok status, creator address, stats object containing rug_rate (0-1 float), grad_rate (0-1 float), and n_launches (integer), plus an array of live_mints currently active, 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": {
   "stats": {
    "rug_rate": 0.71,
    "grad_rate": 0,
    "n_launches": 63
   },
   "creator": "…",
   "live_mints": []
  },
  "coverage": "full"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loophole-tape-creator-risk-analytics-2da47d40/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)
