# Loophole Tape Recent pump.fun Launches

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

Returns recent pump.fun token launches (default: last hour, mayhem excluded) with compact risk labels including creator reputation, dev buy activity, bundle/insider share, unique buyer count, and rug flags.

## Facts

- Endpoint: GET https://htrlhl3y49.execute-api.us-east-2.amazonaws.com/v1/launches/recent
- Price: $0.01/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-recent-pump-fun-launches-87d8e9d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CjnqpyxvK1V30oYJVBJf_

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-pump-fun-launches-87d8e9d8
```

Example prompt: Pull the last hour of pump.fun launches — up to 50 results, mayhem excluded — and show me each token's creator reputation, dev buy flag, bundle/insider share, unique buyer count, and any rug flags.

## When to prefer this

Use this endpoint when you need a live, pre-labeled feed of new pump.fun token launches with built-in risk signals (rug flags, creator reputation, insider activity) — especially for agents that screen or snipe tokens in real time. Prefer this over raw on-chain data sources when you want enriched compact labels without building your own analytics pipeline.

## Known failure modes

- Invalid query parameter types return a 400 error
- max_age_s set too large may return an excessively large payload or be capped
- No launches in the specified window returns an empty list
- Upstream pump.fun data lag may cause recently launched tokens to be missing
- Payment not included or invalid returns a 402 Payment Required error

## How this service works

Recent pump.fun launches (default last hour, mayhem excluded) with compact labels: creator prior, dev buy, bundle/insider share, unique buyers, rug flags.

## Output

A list of recent pump.fun token launches enriched with compact risk labels: creator prior history, whether the dev bought at launch, bundle and insider share percentage, number of unique buyers, and rug-related flags (e.g. creator_sold, bundle_dumped, curve_drained). Results default to the last hour with mayhem launches excluded.

## 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
      },
      "min_rs": {
       "type": "integer",
       "example": 0
      },
      "max_age_s": {
       "type": "integer",
       "example": 3600
      },
      "only_alive": {
       "type": "boolean",
       "example": false
      },
      "exclude_mayhem": {
       "type": "boolean",
       "example": true
      }
     }
    }
   },
   "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-pump-fun-launches-87d8e9d8/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)
