Skip to main content
POST
/
v1
/
hl
/
info
curl --request POST \
  --url https://api.hypereth.io/v1/hl/info \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "allMids"
}
'
{}

Body

application/json

Any valid Hyperliquid info request payload. The entire request body is forwarded to Hyperliquid without modification.

type
string

The specific info method to call

Example:

"allMids"

Response

Successful response from Hyperliquid RPC. The exact response format depends on the request type.

Response from Hyperliquid (format varies by request type)