# Omniterminal Hyperliquid Trader Leaderboard

> Omniterminal Hyperliquid Trader Leaderboard is a paid API for AI agents from omniterminal.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Ranks public Hyperliquid traders for a given symbol by PnL, position size, wallet size, or liquidation proximity to support wallet and positioning research.

## Facts

- Endpoint: GET https://omniterminal.app/api/x402/v1/traders/:symbol
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniterminal-hyperliquid-trader-leaderboard-3e983ccf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cpTQDGLxs-ZyWZMT6gRbO

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 omniterminal-hyperliquid-trader-leaderboard-3e983ccf
```

Example prompt: Show me the top Hyperliquid traders in BTC ranked by PnL so I can see who the smartest money is and research their positioning.

## When to prefer this

Choose this endpoint when you need a cross-wallet leaderboard view for a specific Hyperliquid symbol — e.g. finding who the biggest players are, who is profitable, or who is most at risk of liquidation. Use the sibling wallet-analysis endpoint when you already have a specific wallet address and want deep per-account data instead of a ranked list.

## Known failure modes

- Invalid or unsupported symbol returns an error or empty result
- Symbol with very low open interest may return few or no traders
- Network or upstream Hyperliquid data unavailability causes a 5xx error
- Rate limiting or insufficient x402 payment balance causes request rejection

## How this service works

Omni Terminal ranks public Hyperliquid traders by PnL, position size, wallet size, or liquidation proximity for wallet and positioning research.

## Output

A ranked list of public Hyperliquid trader wallets for the specified symbol, with each entry showing metrics such as PnL, current position size, wallet equity, and liquidation proximity — sortable by any of those dimensions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniterminal-hyperliquid-trader-leaderboard-3e983ccf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omniterminal.app](https://www.zero.xyz/host/omniterminal.app/llms.txt)
