# MadeOnSol Alpha Wallet Stats

> MadeOnSol Alpha Wallet Stats 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 detailed stats for a single Solana alpha wallet, including recent winners/losers, bot-confidence score, trading style classification, and capped full trade history.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/alpha/{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-alpha-wallet-stats-c35dc359
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_voiK9WB46R4CrfZ8Moupx

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-alpha-wallet-stats-c35dc359
```

Example prompt: Can you pull the MadeOnSol alpha wallet stats for 9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb4arFGpYB — I want to see the bot-confidence score, trading style, and recent winners and losers?

## When to prefer this

Choose this endpoint when you need a comprehensive single-wallet profile on Solana including bot detection confidence and trading style classification, rather than raw on-chain data or paginated trade history alone.

## Known failure modes

- Invalid or malformed wallet address returns 400 or empty result
- Wallet not found or never traded returns empty stats object
- Rate limiting or payment failure returns 402 or 429
- Network timeout or relay outage returns 503

## How this service works

Detailed stats for one alpha wallet — recent winners/losers, bot-confidence score, trading style classification, full trade history (capped).

## Output

Returns a JSON object with the wallet's bot-confidence score, trading style classification (e.g. sniper, flipper, holder), recent winning and losing trades, and a capped full trade history.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-alpha-wallet-stats-c35dc359/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)
