Hyperliquid Whale Position

This API retrieves whale positions on Hyperliquid with a value over $1M.

# Required Account Level: Startup Edition and Above
{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "user": "0x20c2d95a3dfdca9e9ad12794d5fa6fad99da44f5",
      "symbol": "ETH",
      "positionSize": -79421.4498,
      "entryPrice": 2787.01,
      "markPrice": 2007.7,
      "liqPrice": 3151.1399,
      "leverage": 25,
      "marginBalance": 6377860.1047,
      "positionValueUsd": 159446502.6185,
      "unrealizedPnL": 61902005.1478,
      "fundingFee": -3299490.7271,
      "marginMode": "cross",
      "createTime": 1741680802000,
      "updateTime": 1742740088000
    },
    {
      "user": "0x7fdafde5cfb5465924316eced2d3715494c517d1",
      "symbol": "BTC",
      "positionSize": -533.25532,
      "entryPrice": 82892.5,
      "markPrice": 84841,
      "liqPrice": 106534.2503,
      "leverage": 20,
      "marginBalance": 2262202.3813,
      "positionValueUsd": 45244047.6254,
      "unrealizedPnL": -1041152.1681,
      "fundingFee": -39049.957,
      "marginMode": "cross",
      "createTime": 1741665503000,
      "updateTime": 1742740066000
    },
   
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!