# Omniterminal Hyperliquid Trader Profile

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

Fetches a comprehensive profile of a public Hyperliquid wallet including reconciled equity, PnL, open positions, balances, activity history, and data-quality flags for copy-trading or counterparty research.

## Facts

- Endpoint: GET https://omniterminal.app/api/x402/v1/trader-profile/:address
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniterminal-hyperliquid-trader-profile-79f30736
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Z5VThVe_m-LBXOyFUrzn

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-profile-79f30736
```

Example prompt: Pull the full trader profile for Hyperliquid wallet 0x1234...abcd — I want to see their reconciled equity, total PnL, current open positions, and any data-quality flags before I decide whether to copy their trades.

## When to prefer this

Use this endpoint when you need a deep, reconciled view of a single Hyperliquid wallet — including PnL, positions, balances, and data-quality assurance — for copy-trading evaluation or counterparty research. Prefer this over the leaderboard/ranking endpoint when you already have a specific address and need full profile detail rather than comparative ranking across wallets.

## Known failure modes

- Invalid or malformed wallet address returns a 4xx error
- Private or non-existent Hyperliquid wallet returns empty or not-found response
- Hyperliquid API unavailability causes upstream timeout or 5xx error
- Data-quality flags may indicate incomplete reconciliation if the wallet has unusual activity
- Rate limiting or payment failure results in 402 or 429 response

## How this service works

Omni Terminal analyzes a public Hyperliquid wallet's reconciled equity, PnL, positions, balances, activity, and data-quality flags for copy-trading or counterparty research.

## Output

Returns a structured profile for the given Hyperliquid wallet address, including reconciled equity, realized and unrealized PnL, current open positions, token balances, recent trading activity history, and data-quality flags that indicate reliability of the reported figures — useful for copy-trading decisions or counterparty due diligence.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniterminal-hyperliquid-trader-profile-79f30736/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)
