GET
/
v1
/
perps
/
hyperliquid
/
prices
Get All Prices
curl --request GET \
  --url https://api.example.com/v1/perps/hyperliquid/prices

Upstream Mapping

Maps to Hyperliquid’s POST /info with { "type": "allMids" }.

Request

No parameters required.

Example

curl -H "X-API-Key: $API_KEY" \
  https://api.perps.studio/v1/perps/hyperliquid/prices
Example Response
{
  "BTC": "67542.1",
  "ETH": "3250.50",
  "SOL": "145.20",
  "DOGE": "0.1234"
}
This is the most efficient way to get prices for multiple assets. Use the WebSocket prices channel for real-time updates.