# MadeOnSol KOL Wallet Timing Analysis

> MadeOnSol KOL Wallet Timing Analysis 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 hour-of-day and day-of-week trading activity histograms plus inferred session patterns for a specific KOL wallet on Solana, enabling trade timing prediction.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/kol/{wallet}/timing
- 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-kol-wallet-timing-analysis-f0521098
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UmS5gbKYEfwVBUv7NLS49

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-kol-wallet-timing-analysis-f0521098
```

Example prompt: Pull up the trading timing profile for Solana KOL wallet 7xKpQ...abc — I want to see their hourly and day-of-week activity histograms so I can figure out when they're most likely to trade next.

## When to prefer this

Use this endpoint when you need temporal behavioral analysis of a specific Solana KOL wallet — specifically histograms of when they trade by hour and day, and inferred session patterns. Prefer this over raw trade history endpoints when your goal is timing prediction rather than trade details.

## Known failure modes

- Invalid or malformed wallet address returns 4xx error
- Wallet with no historical trading data may return empty histograms
- Rate limiting or payment failure (x402) if USDC payment not properly handled
- Wallet not recognized as a KOL may return sparse or null session inference

## How this service works

Hour-of-day and day-of-week activity histograms, plus session inference, for one KOL wallet. Useful for predicting when they'll next trade.

## Output

Returns histograms showing how many trades occurred per hour-of-day and per day-of-week for the specified KOL wallet, plus inferred trading session data that can be used to predict when the wallet owner is likely to trade next.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-kol-wallet-timing-analysis-f0521098/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)
