Module client

Module client 

Source
Expand description

Provides the HTTP client integration for the BitMEX REST API.

This module defines and implements a BitmexHttpClient for sending requests to various BitMEX 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 a BitmexHttpError.

BitMEX API reference https://www.bitmex.com/api/explorer/#/default.

Structs§

BitmexHttpClient
Provides a HTTP client for connecting to the BitMEX REST API.
BitmexHttpInnerClient
Provides a lower-level HTTP client for connecting to the BitMEX REST API.
BitmexResponse
Represents a BitMEX HTTP response.

Statics§

BITMEX_REST_QUOTA
Default BitMEX REST API rate limit.