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

Is there a way to get borrow interest rates? #1370

Closed winsrp closed 2 months ago

winsrp commented 2 months ago

I'm looking at this endpoint

https://binance-docs.github.io/apidocs/spot/en/#get-borrow-interest-rate-user_data

And I was wondering if this data can be pulled with this library?

Thanks for you help!

JKorf commented 2 months ago

Hi, no this is currently not available, the VIP Loans Endpoints are not implemented at this point

winsrp commented 2 months ago

I see, that is sad... still thanks so much for you efforts! keep up the good work!