Skip to main content

allMids Info Endpoint Method

Loading...

Updated on
May 07, 2026

allMids Info Endpoint Method

allMids is not currently available through Quicknode's /info endpoint. This method is not part of the open-source Hyperliquid node.

Alternatives:

  • Query mid-market prices through Hyperliquid's public API (subject to Hyperliquid rate limits)
  • Use SQL Explorer to query historical price data from the hyperliquid_perpetual_market_contexts table

Parameters

type
string
REQUIRED
Loading...
dex
string
Loading...

Returns

object
object
Loading...
BTC
string
Loading...
ETH
string
Loading...
coin
string
Loading...
Request
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"allMids"}'
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"allMids"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free