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.04k stars 425 forks source link

Missing endpoints for isolated and cross margin fee data? #1052

Closed aleslipensky closed 2 years ago

aleslipensky commented 2 years ago

Hello,

I need to query information about isolated and cross margin rates, but can't find the way how to do that. Cross margin rates can be maybe found by GetMarginInterestRateHistoryAsync, but I don't have an idea, how to get the isolated margin rates. There are two endpoints : https://binance-docs.github.io/apidocs/spot/en/#query-isolated-margin-fee-data-user_data https://binance-docs.github.io/apidocs/spot/en/#query-cross-margin-fee-data-user_data which should be exactly for that. They are not implemented, I guess...? Any chance they might be? Or is there any other way how to get the rates, especially for isolated margin rates?

Many thanks! Ales

aleslipensky commented 2 years ago

ty

aleslipensky commented 2 years ago

I just did it and it works. Lovely. Thank you, you saved my day