# MadeOnSol Deployer Hunter - Recent Graduated Bonds

> MadeOnSol Deployer Hunter - Recent Graduated Bonds 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 tokens from tracked deployers that have recently graduated to Raydium, with cursor-based incremental polling support.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/deployer-hunter/recent-bonds
- 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-recent-graduated-bonds-f9bd3d8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iu701m_NwaZEPl2xMG61u

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-recent-graduated-bonds-f9bd3d8f
```

Example prompt: Show me the latest tokens from tracked deployers that have graduated to Raydium — start from where we left off using the last cursor I have.

## When to prefer this

Use this endpoint when you need to continuously monitor or incrementally poll for newly Raydium-graduated tokens from a curated set of tracked deployers on Solana. It is ideal for automation workflows that need to react in near-real-time to new token listings without re-processing previously seen data, thanks to the cursor-based pagination.

## Known failure modes

- Invalid or expired `since` cursor returns empty results or error
- No new graduated tokens available since the given cursor (empty list returned)
- Rate limiting or payment failure for the $0.01 USDC per call fee
- API timeout if many tokens have graduated since the last poll

## How this service works

Tokens from tracked deployers that graduated to Raydium. Use `since` for incremental polling; returns `next_since` cursor.

## Output

A list of tokens from tracked deployers that have graduated to Raydium, along with a `next_since` cursor value for use in the next incremental poll to avoid re-fetching already seen records.

## More

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