A

ApiToll Perps (Hyperliquid) · Crypto Perps

by ApiToll Perps (Hyperliquid)

GETBaseSolana

$0.001

per call · USD Coin on Base

Perpetual-futures market data from Hyperliquid for any coin (BTC, ETH, SOL, HYPE…): mark price, hourly funding rate and its annualized APR, open interest in coin and USD, 24-hour notional volume, 24h price change, and max leverage, across 200+ perp markets. Sort by volume, open interest, or funding. Track the perp market the way trading agents do. Sourced from Hyperliquid.

Endpoint

GET https://crypto.apitoll.cloud/v1/crypto/perps

19

Calls / 30d

8

Unique payers / 30d

Sep 9

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://crypto.apitoll.cloud/v1/crypto/perps", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://crypto.apitoll.cloud/v1/crypto/perps?coin=BTC" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "filters": {
    "coin": "BTC",
    "sort": "volume"
  },
  "markets": [
    {
      "change24hPct": 1.2,
      "coin": "BTC",
      "fundingAprPct": 10.95,
      "fundingRateHourly": 0.0000125,
      "markPrice": 66465,
      "maxLeverage": 50,
      "openInterest": 32915.94,
      "openInterestUsd": 2187000000,
      "oraclePrice": 66460,
      "priceQuotedPer": 1,
      "volume24hUsd": 2440195139
    }
  ],
  "source": {
    "name": "Hyperliquid"
  }
}

Payment details

Pay to0x3da40a9ad36640a2c0f533bac368490095574664
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from ApiToll Perps (Hyperliquid) & similar services