# MadeOnSol Deployer Hunter – Token List

> MadeOnSol Deployer Hunter – Token List 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 paginated list of every token deployed by a given Solana wallet, including deployment/bonding timestamps, time-to-bond, peak market cap, and market cap trajectory snapshots at 1h/6h/24h/7d after bond.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/deployer-hunter/{wallet}/tokens
- 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-token-list-2a6137d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TznjoeRjVs3LW78hQ8YQ7

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-token-list-2a6137d3
```

Example prompt: Pull up all the tokens deployed by Solana wallet 8xK3...mN9q using MadeOnSol's deployer hunter — I want to see their bonding times, peak market caps, and how the MC moved at 1h, 6h, 24h, and 7d after bond.

## When to prefer this

Use this endpoint when you need a comprehensive, paginated history of all tokens a specific Solana wallet has deployed, including bonding performance and market cap trajectory data. Prefer this over trade-history endpoints when the goal is evaluating a deployer's track record rather than individual trade activity.

## Known failure modes

- Invalid or non-existent wallet address returns empty list or 400 error
- Wallet with no deployed tokens returns empty results
- Pagination cursor mismatch causes 400 or empty page
- Payment failure (x402) blocks the request
- Rate limiting on repeated calls to the same wallet

## How this service works

Paginated list of every token deployed by this wallet, with deployed_at, bonded_at, time-to-bond, peak MC, and MC trajectory snapshots (1h/6h/24h/7d after bond).

## Output

A paginated list of tokens deployed by the specified wallet, each record containing deployed_at, bonded_at, time-to-bond duration, peak market cap, and market cap trajectory snapshots at 1h, 6h, 24h, and 7d after the bond event.

## More

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