Skip to main content
POST
Generic HL info passthrough
Generic passthrough that accepts any HyperLiquid info request body. Use this for any query type not covered by the dedicated endpoints. The request body is forwarded to HyperLiquid’s /info endpoint as-is. The response is returned unchanged. This means any future HyperLiquid query type works automatically without us shipping new endpoints.

Example

Use cases

  • Query types we haven’t built dedicated endpoints for yet
  • Newly added HyperLiquid info methods
  • Specialized debugging or one-off queries
  • Building your own client library against the full HL API surface

Query Parameters

network
string
default:mainnet

Body

application/json

The body is of type object.

Response

200

HL info response (forwarded as-is)