# Loophole Tape – pump.fun Daily Launch Dataset

> Loophole Tape – pump.fun Daily Launch Dataset is a paid API for AI agents from api.loopholetape.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Downloads a full-day batch dataset of pump.fun token launches for a specified calendar day, including row count, byte size, a SHA-256 checksum, and a time-limited download URL.

## Facts

- Endpoint: GET https://api.loopholetape.com/v1/datasets/pumpfun_launches/%7Bday%7D
- Price: $5/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-pump-fun-daily-launch-dataset-abb7d9ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cq0TXzjioifYUy1ErM-X9

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-daily-launch-dataset-abb7d9ac
```

Example prompt: Pull the full pump.fun launch dataset for September 11 2026 — I need the download link, row count, and checksum so I can verify and import it.

## When to prefer this

Use this endpoint when you need a complete, verifiable batch export of all pump.fun/PumpSwap token launches for a full calendar day — ideal for backtesting, ETL pipelines, historical audits, or offline analysis. Prefer this over the real-time or polling endpoints when you need bulk data with integrity guarantees (SHA-256) rather than live streaming or per-token checks.

## Known failure modes

- Day not yet available (future date or data still ingesting) — returns an error or empty result
- Invalid date format in path parameter — returns a 400-level error
- Dataset expired download token — URL valid only for 3600 seconds after issuance
- Payment failure via x402 — request blocked if USDC payment is not completed
- No data for very early historical dates before pump.fun launched

## 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

Returns a JSON object with a boolean ok flag, the requested day string, total row count, dataset size in bytes, a SHA-256 checksum for integrity verification, a time-limited download URL (expires in 3600 seconds), and a coverage field indicating whether the day's data is complete.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {
   "day": "2026-09-11",
   "rows": 28530,
   "bytes": 3100000,
   "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
   "download_url": "https://api.loopholetape.com/v1/datasets/dl/TOKEN",
   "expires_in_s": 3600
  },
  "coverage": "full"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loophole-tape-pump-fun-daily-launch-dataset-abb7d9ac/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)
