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 high-level HTTP client for the Hyperliquid REST API.
- Hyperliquid
RawHttp Client - Provides a raw HTTP client for low-level Hyperliquid REST API operations.