PAPI
ApiHyperliquid markets

Get Orderbook

GET
/hyperliquid/orderbooks
X-API-Key<token>

In: header

Path Parameters

coin*string

Outcome-side coin string in the #<encoding> form (e.g. #10).

Response Body

application/json

curl -X GET "https://loading/hyperliquid/orderbooks"
{
  "asks": [
    {
      "price": "string",
      "size": "string"
    }
  ],
  "bids": [
    {
      "price": "string",
      "size": "string"
    }
  ]
}