freeapis

Hyperliquid Market Data

Hyperliquid open interest, funding and cross-venue predicted rates per coin

Authentication
API Key
HTTPS
Yes
CORS
Yes

Overview

This RapidAPI wrapper serves Hyperliquid market data — open interest, funding rates, and perpetual stats.

⚠️ Gotcha (verified 2026-08): the underlying Hyperliquid API (api.hyperliquid.xyz/info) is POST-only (GET returns 405) — always use POST with a JSON body.

Quick Start

The API is on RapidAPI (replace YOUR_RAPIDAPI_KEY):

curl -X POST "https://api.hyperliquid.xyz/info" \
  -H "Content-Type: application/json" \
  -d '{"type": "meta"}'
{ "universe": [ { "name": "BTC", "index": 0 } ], "perpMeta": { "universe": [ { "name": "BTC" } ] } }

Authentication

  • The RapidAPI wrapper needs an x-rapidapi-key.
  • The underlying Hyperliquid API is POST + JSON, keyless.

Rate Limits & Notes

  • RapidAPI free tier with limits; Hyperliquid’s own API is free.
  • Data types: meta, metaAndAssetCtxs (OI/funding), clearinghouseState, etc.

FAQ

Is Hyperliquid data free? The underlying API is free (POST JSON); the RapidAPI wrapper has its own limits.

Why 405 on GET? The Hyperliquid API is POST-only (verified).

What data is available? Open interest, funding rates, and perp metadata.

More in Cryptocurrency

APIAuthHTTPSCORS
0x

API for querying token and pool stats across various liquidity pools

No authYesYes
1inch

API for querying decentralize exchange

No authYesUnknown
Alchemy Ethereum

Ethereum Node-as-a-Service Provider

API KeyYesYes
Alpha (Mossland)

Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store

No authYesYes
Binance

Exchange for Trading Cryptocurrencies based in China

API KeyYesUnknown