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ยง
- Bitmex
Http Client - Provides a HTTP client for connecting to the BitMEX REST API.
- Bitmex
RawHttp Client - Provides a lower-level HTTP client for connecting to the BitMEX REST API.
- Bitmex
Response - Represents a BitMEX HTTP response.