# MadeOnSol Deployer Wallet Profile API

> MadeOnSol Deployer Wallet Profile API 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 comprehensive profile for a single Pump.fun deployer wallet, including tier classification, bonding rate, total tokens deployed, total bonded count, recent bond rate, and best-token peak market cap.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/deployer-hunter/{wallet}
- 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-wallet-profile-api-7aa66b42
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YFzhNL024uATXh_u7sV3t

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-wallet-profile-api-7aa66b42
```

Example prompt: Pull up the MadeOnSol deployer profile for wallet 8xGz...7kPQ — I want to see their tier, bonding rate, how many tokens they've deployed, and what their best token's peak market cap was.

## When to prefer this

Use this endpoint when you need a quick, holistic performance profile for a single Pump.fun deployer wallet — specifically when you want tier classification, bonding rate, and peak MC in one call rather than aggregating raw trade data yourself. Prefer this over the cursor-paginated trades endpoint when you want a summary rather than raw transaction history.

## Known failure modes

- Invalid or malformed Solana wallet address returns a 4xx error
- Wallet has no Pump.fun deployment activity — returns empty or null profile fields
- Network timeout or upstream data unavailability returns 5xx
- Payment failure via x402 protocol results in 402 response before data is returned

## How this service works

Profile for one Pump.fun deployer wallet — tier, bonding rate, total tokens deployed, total bonded count, recent bond rate, and best-token peak MC.

## Output

A structured profile object for the given Pump.fun deployer wallet containing: deployer tier classification, overall bonding rate (percentage of tokens that bonded), total number of tokens deployed, total bonded token count, recent bond rate, and the peak market cap achieved by the wallet's best-performing token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-deployer-wallet-profile-api-7aa66b42/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)
