# Loophole Tape – Pump.fun Mint Risk Card

> Loophole Tape – Pump.fun Mint Risk Card is a paid API for AI agents from htrlhl3y49.execute-api.us-east-2.amazonaws.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Returns a live risk assessment card for a single pump.fun mint, including curve graduation truth, demand signals, holder concentration, insider/dev shares, creator reputation, rug/close flags, and exit signals.

## Facts

- Endpoint: GET https://htrlhl3y49.execute-api.us-east-2.amazonaws.com/v1/mint/:mint
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/loophole-tape-pump-fun-mint-risk-card-c151af73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PjCjIBBl2m-1tnLazM45j

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-pump-fun-mint-risk-card-c151af73
```

Example prompt: Pull the full risk card for pump.fun mint 6xK3...abc (base58 address) — I want to see if the bonding curve has genuinely graduated above 84 SOL, whether there's any insider or dev concentration, and if there are any rug or exit signals I should know about.

## When to prefer this

Choose this endpoint when you need a single-mint deep-dive risk card with pump.fun-specific signals like curve graduation truth, insider/bundle concentration, and look-ahead-safe creator priors. Prefer it over generic on-chain explorers when you want pre-computed risk labels, rug detection with timestamps, and exit signals specifically calibrated to pump.fun bonding curve mechanics.

## Known failure modes

- Invalid or malformed base58 mint address returns a 400 or error response
- Mint not found on pump.fun returns no data or empty record
- Mint outside live window returns historical record only, which may be stale
- Network or AWS API Gateway timeout returns 5xx
- Rate limiting or payment failure (x402) blocks the request

## How this service works

Live risk card for one pump.fun mint: curve truth (graduation = curve >= 84 SOL), demand, holder concentration, create-slot bundle/insider/dev shares, look-ahead-safe creator prior at launch, warm-launch label, rug/close flags with first-seen times, exit signals. Falls back to the historical record for mints outside the live window.

## Output

A structured risk card containing: bonding curve SOL balance and graduation truth (>=84 SOL threshold), demand metrics, holder concentration breakdown, create-slot bundle share, insider share, dev share, look-ahead-safe creator prior statistics (past launches, true graduations), warm-launch label, rug and close flags with mechanism labels and first-seen timestamps, and actionable exit signals. Falls back to a historical snapshot for mints outside the live monitoring window.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "mint"
     ],
     "properties": {
      "mint": {
       "type": "string",
       "description": "base58 mint address"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loophole-tape-pump-fun-mint-risk-card-c151af73/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from htrlhl3y49.execute-api.us-east-2.amazonaws.com](https://www.zero.xyz/host/htrlhl3y49.execute-api.us-east-2.amazonaws.com/llms.txt)
