adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 662 forks source link

Add functions to fetch funding rate data from market #552

Closed Issengaard closed 1 month ago

Issengaard commented 3 months ago

The market client has been modified to enable the retrieval of funding rate data with the following changes:

Tests for the new functions have been created following the same approach as other tests in the package.

adshao commented 2 months ago

thank you @Issengaard