adshao / go-binance

A Go SDK for Binance API
MIT License
1.54k stars 677 forks source link

feat(futures): include long short ration service #408

Closed rodrigo-brito closed 2 years ago

rodrigo-brito commented 2 years ago

Implements Long Short Ratio Statistics: https://binance-docs.github.io/apidocs/futures/en/#long-short-ratio

codecov[bot] commented 2 years ago

Codecov Report

Merging #408 (f0f8cfa) into master (0ded954) will increase coverage by 0.10%. The diff coverage is 89.18%.

@@            Coverage Diff             @@
##           master     #408      +/-   ##
==========================================
+ Coverage   70.22%   70.33%   +0.10%     
==========================================
  Files          70       71       +1     
  Lines        6644     6681      +37     
==========================================
+ Hits         4666     4699      +33     
- Misses       1488     1490       +2     
- Partials      490      492       +2     
Impacted Files Coverage Δ
v2/futures/longshort_ratio_service.go 88.57% <88.57%> (ø)
v2/futures/client.go 76.50% <100.00%> (+0.23%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more