Skip to main content
GET
/
getTOB
Get Top of Book
curl --request GET \
  --url https://api.hypereth.io/v2/hyperliquid/getTOB \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "symbol": "BTC",
      "bidPrice": "65000.1",
      "bidSize": "0.5",
      "askPrice": "65000.2",
      "askSize": "0.7",
      "midPrice": "65000.15"
    }
  ],
  "dataTime": 1710000000000
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

symbols
string

One symbol or an array of symbols (comma-separated)

Response

200 - application/json

Successful response

data
object[]
dataTime
integer

Response timestamp