A Golang SDK for binance API.
This fork is created to allow fetching additional information from binance REST APIs, that is not listed in binance API document but represented in official API definition.
The base Golang SDK is created by adshao. To take more information about this SDK and implemented REST APIs please visit the main SDK page.
Fork`s change log:
- Added service
NewFundingRateHistoryService
that allows to fetch funding rate history data using the Rest API. - Added service
NewFundingRateInfoService
that allows to fetch symbols funding rate info using the Rest API.