# MadeOnSol Recent pump.fun Deploys Feed

> MadeOnSol Recent pump.fun Deploys Feed is a paid API for AI agents from api.relai.fi, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a newest-first list of pump.fun token deployments detected via Yellowstone SubscribeDeshred, arriving ~500-800ms before chain confirmation, with deployer enrichment metadata

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/sniper/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/madeonsol-recent-pump-fun-deploys-feed-a3bb9cf1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mc5eiHqkIKDtrEY33RSxm

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 madeonsol-recent-pump-fun-deploys-feed-a3bb9cf1
```

Example prompt: Pull the latest pump.fun token deploys from MadeOnSol's deshred feed using my ULTRA tier access so I can see every deployer tier — including the bond rate and recent outcomes for each deployer — to backfill what I missed in the last 10 minutes.

## When to prefer this

Use this endpoint when you need to backfill or backtest pump.fun token deployments detected via pre-confirmation deshred streaming — specifically when catching up after a monitoring gap or running historical analysis. For real-time live alerts, prefer the sniper:deploy webhook or sniper:deploys WebSocket channel instead. Choose ULTRA tier if you need all deployer tiers; PRO if you want pre-filtered elite/good deployers only.

## Known failure modes

- 401/402 if payment or auth credentials are invalid or insufficient tier
- Empty result set if no deploys have occurred since last cursor
- Stale data if called long after a gap — deshred payloads carry no execution metadata so confidence is always 'deshred' not 'confirmed'
- Rate limiting if called too frequently without pagination
- Cursor invalidation if too much time has passed since cursor was issued

## How this service works

Newest-first list of pump.fun token deploys detected via Yellowstone SubscribeDeshred. Deploys land in this feed ~500-800ms before the chain confirms them (measured head start vs CONFIRMED-stream alerts). Payload carries mint + deployer + signature + slot + deployer enrichment snapshot (tier, bond_rate, recent_outcomes). Deshred payloads carry no execution metadata — `confidence` is always `"deshred"`. For live alerts use the `sniper:deploy` webhook event or the `sniper:deploys` WebSocket channel; this endpoint is for backtesting / catch-up after a gap. PRO + ULTRA — PRO is curated to elite/good-tier deployers; ULTRA sees every tier.

## Output

A newest-first paginated list of pump.fun token deploy events detected via Yellowstone SubscribeDeshred, each containing: mint address, deployer wallet address, transaction signature, slot number, confidence field (always 'deshred'), and a deployer enrichment snapshot including tier classification (elite/good/etc.), bond_rate, and recent_outcomes. PRO tier filters to elite/good deployers only; ULTRA returns all tiers.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-recent-pump-fun-deploys-feed-a3bb9cf1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.relai.fi](https://www.zero.xyz/host/api.relai.fi/llms.txt)
