# Relai Smart Money Leaderboard

> Relai Smart Money Leaderboard is a paid API for AI agents from relai.fi, paid per call via x402, $1.000000/call, status unknown (last checked 2026-09-15).

Returns a leaderboard of top trader wallets with buy/sell flow analysis, accumulation patterns across multiple chains, and AI-driven insights

## Facts

- Endpoint: POST https://relai.fi/api/relay/1769629274857/x402/bitquery/smartmoney
- Price: $1.000000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/relai-fi-6c060ecd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I9QuicXXC8SuBX-2Ba8Vm

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 relai-fi-6c060ecd -d '<json body>'
```

Example prompt: Show me the top smart money wallets right now — give me the leaderboard with their buy/sell flow and accumulation patterns across all chains, with the AI analysis included.

## When to prefer this

Use this endpoint when you need a curated, ranked view of top on-chain trader wallets with AI-augmented analysis across multiple chains. Prefer this over raw on-chain queries when you want buy/sell flow aggregation, accumulation pattern detection, and smart money signals without building the analytics yourself. Best for alpha research, copy-trading signal generation, or market sentiment analysis based on wallet behavior.

## Known failure modes

- Payment not provided or insufficient USDC — 402 Payment Required
- Invalid chain filter — returns 400 Bad Request
- Bitquery data source unavailable — 503 or timeout
- Empty result if no qualifying wallets found for given filters
- Rate limiting if called too frequently without payment

## How this service works

Provides a leaderboard of top trader wallets with buy/sell flow analysis and accumulation patterns across multiple chains, enhanced by AI-driven insights.

## Output

A ranked leaderboard of top trader wallets including buy/sell flow volumes, accumulation pattern signals, multi-chain activity metrics, and AI-generated interpretive insights about trader behavior and positioning.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "properties": "[Circular Reference]"
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "result": {},
     "status": "completed",
     "analysis": {}
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/relai-fi-6c060ecd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from relai.fi](https://www.zero.xyz/host/relai.fi/llms.txt)
