Hyperliquid Market Data
Hyperliquid 各币种的未平仓合约、资金费率和跨交易所预测费率
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 加密货币
简介
这个 RapidAPI 包装器提供 Hyperliquid 市场数据——未平仓合约、资金费率和永续合约统计。
⚠️ 坑(2026-08 实测):底层 Hyperliquid API(
api.hyperliquid.xyz/info)仅 POST(GET 返回 405)——请始终用带 JSON 请求体的 POST。
快速开始
API 在 RapidAPI 上(替换 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" } ] } }
认证方式
- RapidAPI 包装器需要
x-rapidapi-key。 - 底层 Hyperliquid API 是 POST + JSON,免密钥。
速率限制与注意事项
- RapidAPI 免费层带限额;Hyperliquid 自己的 API 免费。
- 数据类型:
meta、metaAndAssetCtxs(OI/资金费率)、clearinghouseState等。
常见问题
Hyperliquid 数据免费吗? 底层 API 免费(POST JSON);RapidAPI 包装器有自己的限额。
为什么 GET 405? Hyperliquid API 仅 POST(已实测)。
有什么数据? 未平仓合约、资金费率和永续合约元数据。
加密货币 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alchemy Ethereum Ethereum Node-as-a-Service Provider | API Key | Yes | Yes | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |