# MadeOnSol Linked Wallets API

> MadeOnSol Linked Wallets 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).

Given a Solana wallet address, finds other wallets that traded the same tokens in tight time windows, surfacing cabal members, funding pairs, and sibling wallets.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/alpha/{wallet}/linked
- 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-linked-wallets-api-0c1b1da5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QFNe_4PvCM9eh7WPjyVeP

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-linked-wallets-api-0c1b1da5
```

Example prompt: Can you find all wallets that are trading the same tokens as 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU in tight time windows? I want to see if there are any cabal members, sibling wallets, or funding pairs linked to it.

## When to prefer this

Use this endpoint when you need to identify coordinated on-chain behavior, detect sybil wallets, trace funding relationships, or uncover trading cabals on Solana. Prefer this over generic block explorers when you specifically want correlated wallet clusters based on token trading overlap in time windows.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet with no trading history returns empty results
- Rate limiting or payment failure (x402) if USDC not provided
- Pagination cursor mismatch if stale cursor is used
- Network timeout on large wallet graphs

## How this service works

Other wallets that trade the same tokens in tight windows — surfaces cabal members, funding pairs, and sibling wallets.

## Output

A list of wallets that have traded the same tokens as the queried wallet within tight time windows, categorized as cabal members, funding pairs, or sibling wallets — helping identify coordinated on-chain activity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-linked-wallets-api-0c1b1da5/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)
