H

Hyperliquid Funding Extremes · Funding Extremes

by Hyperliquid Funding Extremes

GETBase

$0.002

per call · USD Coin on Base

Full Hyperliquid funding extremes (carry-cost leaderboard)

Endpoint

GET https://hl-tool.darren-pi.workers.dev/v1/funding/extremes

6

Calls / 30d

5

Unique payers / 30d

Aug 30

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://hl-tool.darren-pi.workers.dev/v1/funding/extremes", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://hl-tool.darren-pi.workers.dev/v1/funding/extremes" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "extremes": {
    "most_negative": [
      {
        "apr": -17.5,
        "asset": "ETH"
      }
    ],
    "most_positive": [
      {
        "apr": 87.6,
        "asset": "BTC"
      }
    ],
    "venue": "hyperliquid"
  },
  "generated_at": "2026-06-16T00:00:00Z",
  "venues": [
    "binance",
    "bybit",
    "hyperliquid"
  ]
}

Payment details

Pay to0x74718dd5a04e0a0a2bfaf3bd06adb27032c67f7f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Hyperliquid Funding Extremes & similar services