Module client

Module client 

Source
Expand description

Binance Futures HTTP client for USD-M and COIN-M markets.

This client wraps the generic BinanceHttpClient and provides futures-specific endpoints such as mark price, funding rate, and open interest.

Structsยง

BinanceFundingRate
Funding rate history entry from /fapi/v1/fundingRate.
BinanceFuturesHttpClient
Binance Futures HTTP client for USD-M and COIN-M perpetuals.
BinanceOpenInterest
Open interest response from /fapi/v1/openInterest.
FundingRateParams
Query parameters for funding rate history.
ListenKeyResponse
Listen key response from user data stream endpoints.
MarkPriceParams
Query parameters for mark price endpoints.
OpenInterestParams
Query parameters for open interest endpoints.