# MadeOnSol Deployer Trajectory API

> MadeOnSol Deployer Trajectory 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-14).

Returns aggregated market-cap-at-bond and time-to-bond trend data over a deployer wallet's full launch history, indicating whether their launches are improving or declining.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/deployer-hunter/{wallet}/trajectory
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/madeonsol-deployer-trajectory-api-74396a63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EPDEiBwDOLY04cF15nvAj

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-trajectory-api-74396a63
```

Example prompt: Can you pull the launch trajectory for Solana deployer wallet 7xKp...AbC3 — I want to know if their market cap at bond and time-to-bond are trending up or fading across their history?

## When to prefer this

Use this endpoint when you need to assess a Solana token deployer's historical performance trajectory — specifically their market-cap-at-bond and time-to-bond trends — rather than individual trade data or a single token's metrics. Best for due diligence on repeat deployers or identifying improving vs declining creators.

## Known failure modes

- Invalid or unrecognized wallet address returns 404 or empty result
- Wallet has no launch history — returns empty trends
- Payment failure via x402 protocol blocks request
- Network timeout if on-chain data aggregation is slow
- Malformed wallet address causes 400 bad request

## How this service works

Aggregated MC-at-bond and time-to-bond trends over the deployer's launch history. Surfaces whether they're improving or fading.

## Output

Aggregated trend metrics covering the deployer's full launch history: market-cap-at-bond curve and time-to-bond progression, with signals indicating whether performance is improving, stable, or declining.

## More

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