Expand description
Provides the HTTP client integration for the Hyperliquid REST API.
This module defines and implements a HyperliquidHttpClient
for sending requests to various
Hyperliquid endpoints. It handles request signing (when credentials are provided), constructs
valid HTTP requests using the HttpClient
, and parses the responses back into structured
data or an Error
.
Structs§
- Hyperliquid
Http Client - Provides a lower-level HTTP client for connecting to the Hyperliquid REST API.