Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt

Use this file to discover all available pages before exploring further.

Returns mid prices for every tradeable asset on HyperLiquid (perps + spot pairs + variants). Updated every 2 seconds. Includes all 537 assets.

Example

curl -H "x-api-key: YOUR_KEY" https://hyper.polynode.dev/v2/all-mids
{
  "BTC": "71041.5",
  "ETH": "2180.15",
  "HYPE": "38.4785",
  "SOL": "82.2065",
  "DOGE": "0.43021"
}
The response is a flat object mapping asset name to mid price string.