ApiHyperliquid markets
Get Orderbook
Authorization
api_key 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"
}
]
}