Module client

Module client 

Source
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§

HyperliquidHttpClient
Provides a high-level HTTP client for the Hyperliquid REST API.
HyperliquidRawHttpClient
Provides a raw HTTP client for low-level Hyperliquid REST API operations.

Statics§

HYPERLIQUID_REST_QUOTA