Generic HL info passthrough
Passthrough
Generic Passthrough
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’sDocumentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
/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
Body
application/json
The body is of type object.
Response
200
HL info response (forwarded as-is)