# Loophole Tape Recent Graduations

> Loophole Tape Recent Graduations is a paid API for AI agents from htrlhl3y49.execute-api.us-east-2.amazonaws.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns recent pump.fun pool migrations labelled as true-graduations (curve witnessed ≥ 84 SOL) versus low or fake close pools, over a configurable time window.

## Facts

- Endpoint: GET https://htrlhl3y49.execute-api.us-east-2.amazonaws.com/v1/graduations/recent
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/loophole-tape-recent-graduations-6fb3cf6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z3AuohjvRmByEZ2JD5vPH

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-recent-graduations-6fb3cf6c
```

Example prompt: Show me the recent pump.fun migrations from the last 6 hours — I want to see which ones are true graduations (curve hit 84 SOL) and which are fake or low closes, limit to the top 50.

## When to prefer this

Use this endpoint when you need a real-time or near-real-time feed of pump.fun pool migrations classified as genuine (curve ≥ 84 SOL) vs fake or low-close events. Prefer it over generic token launch feeds when specifically filtering for bonding-curve integrity on pump.fun, or when building rug-detection logic that depends on distinguishing true graduations from wash/fake close activity.

## Known failure modes

- No results returned if no migrations occurred in the requested window
- Invalid limit or window_s values may cause a 400 Bad Request
- Service unavailable or timeout if upstream Solana data is lagging
- Payment failure (x402) if USDC balance is insufficient or payment header is malformed

## How this service works

Recent migrations labelled true-graduation (curve witnessed >= 84 SOL) vs low/fake close pools.

## Output

A list of recent pump.fun pool migration events, each tagged with a true-graduation label (curve witnessed ≥ 84 SOL) or identified as a low/fake close, including relevant curve and pool metadata. Results are bounded by the requested time window (window_s) and item limit.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer",
       "example": 50
      },
      "window_s": {
       "type": "integer",
       "example": 21600
      }
     }
    }
   },
   "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-recent-graduations-6fb3cf6c/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)
