# Loophole Tape Recent Rugs Feed

> Loophole Tape Recent Rugs Feed 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 rug pull and close flag events on pump.fun with mechanism labels such as creator_sold, bundle_dumped, curve_drained, pool_drained, curve_closed_low, and migrate_below_grad.

## Facts

- Endpoint: GET https://htrlhl3y49.execute-api.us-east-2.amazonaws.com/v1/rugs/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-rugs-feed-1462c6d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O9LTRAYl8-M_4jtvb3m1O

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-rugs-feed-1462c6d1
```

Example prompt: Pull the most recent rug and close flag events from pump.fun for the last hour — I want to see the mechanism labels like creator_sold, bundle_dumped, or curve_drained, up to 50 results.

## When to prefer this

Use this endpoint when you need a real-time feed of recent rug pull events on pump.fun with structured mechanism labels. It is ideal for monitoring, alerting pipelines, or risk dashboards that need to classify why a token failed (creator exit, liquidity drain, fake graduation, etc.). Prefer this over the live risk card endpoint when you want a batch of recent events rather than a deep dive on a single mint.

## Known failure modes

- No recent events within the specified window — returns empty list
- Invalid query parameter types (non-integer limit or window_s) — likely 400 error
- Payment failure for the $0.02 USDC x402 fee — request blocked
- Service unavailable or Lambda cold start timeout — 5xx error
- window_s set too large may return excessive or incomplete data

## How this service works

Recent rug / close flags with mechanism labels: creator_sold, bundle_dumped, curve_drained, pool_drained, curve_closed_low, migrate_below_grad.

## Output

A list of recent rug pull and close flag events on pump.fun, each labeled with the rug mechanism (creator_sold, bundle_dumped, curve_drained, pool_drained, curve_closed_low, migrate_below_grad), filtered by a configurable time window and result 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": 3600
      }
     }
    }
   },
   "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-rugs-feed-1462c6d1/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)
