JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

fx BinanceFuturesFundingRateHistory.MarkPrice #1342

Closed VozyakovAV closed 4 months ago

VozyakovAV commented 5 months ago

Fixed BinanceFuturesFundingRateHistory.MarkPrice

Changed type to 'decimal?' Oldest items have null MarkPrice.

Example: https://fapi.binance.com/fapi/v1/fundingRate?symbol=BTCUSDT&limit=1000 {"symbol":"BTCUSDT","fundingTime":1678060800007,"fundingRate":"0.00004054","markPrice":""}

Doc: https://binance-docs.github.io/apidocs/futures/en/#get-funding-rate-history