# MadeOnSol Deployer Hunter Alerts

> MadeOnSol Deployer Hunter Alerts 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 cursor-paginated alerts of new token launches from profiled Pump.fun deployers, enriched with deployer tier, peak market cap, and active KOL buy activity.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/deployer-hunter/alerts
- 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-deployer-hunter-alerts-7f473ee8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t71A1JQSRdFyI49he4vfB

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-deployer-hunter-alerts-7f473ee8
```

Example prompt: Pull the latest new token launch alerts from MadeOnSol's deployer hunter — give me the most recent ones from profiled Pump.fun deployers, including their tier and any active KOL buys, paginated from the newest first.

## When to prefer this

Use this endpoint when you need real-time or near-real-time intelligence on new Solana token launches specifically from deployers who have been profiled and tiered based on their Pump.fun track record. Ideal when you want to filter signal from noise by focusing on deployers with a known history, especially when combined with KOL buy activity as a secondary signal. Prefer cursor-based pagination (`before`) over offset for large-scale monitoring workflows.

## Known failure modes

- Invalid or expired `before` cursor returns 400 or empty result set
- No new alerts in the requested window returns an empty array
- Rate limiting or payment failure (x402) blocks the request
- Deployer profile data missing for a newly detected wallet returns partial enrichment
- Network timeout if the underlying Pump.fun data pipeline is lagging

## How this service works

New token launches from profiled Pump.fun deployers, enriched with deployer tier, `deployer.best_token_peak_mc`, and any active KOL buys. Cursor-paginated via `before` (preferred over `offset` at scale).

## Output

A cursor-paginated list of new token launch alert objects, each enriched with the deployer's tier rating, their historical best token peak market cap, and any currently active KOL (Key Opinion Leader) buy signals for that token. Includes a `before` cursor for fetching the next page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-deployer-hunter-alerts-7f473ee8/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)
