Omni Terminal · Traders

by Omni Terminal

GETBaseBase Sepolia

$0.003

per call · USD Coin on Base

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

Endpoint

GET https://omniterminal.app/api/x402/v1/traders/:symbol

15

Calls / 30d

3

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://omniterminal.app/api/x402/v1/traders/:symbol", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://omniterminal.app/api/x402/v1/traders/:symbol?limit=10&rank=best&scope=current" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data_as_of": 1784116800000,
  "freshness": {
    "age_seconds": 0,
    "data_as_of": "2026-07-15T12:00:00.000Z",
    "max_age_seconds": 300,
    "status": "fresh"
  },
  "generated_at": "2026-07-15T12:00:00.000Z",
  "product_version": "v1",
  "rank": "best",
  "rows": [
    {
      "address": "0x45d26f28196d226497130c4bac709d808fed4029",
      "total_pnl": 3635032.76,
      "total_size": -103,
      "total_value": 6682743
    }
  ],
  "schema": "hyperliquid_trader_leaderboard.v1",
  "scope": "current",
  "service": "omni.hyperliquid_trader_leaderboard",
  "symbol": "BTC",
  "usage": {
    "item_count": 1,
    "item_limit": 10
  }
}

Payment details

Pay to0x733f40a4fa0cd13d59abade04b9ed2e9acac6457
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Base Sepolia
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Omni Terminal & similar services