cURL
curl --request POST \ --url https://api.hypereth.io/v1/info/allMids \ --header 'Content-Type: application/json' \ --data ' { "type": "allMids" } '
{ "BTC": "43250.5", "ETH": "2650.25", "HYPE": "40.7915" }
Returns mid prices for all available trading pairs. Uses order book mid-point when available, falls back to last trade price.
Rate Limit: 2 weight
Request type identifier
allMids
Perp dex name for multi-dex support. Defaults to empty string (first perp dex).
Mid prices for all coins
Mid prices for all available coins
Mid price as string to preserve precision