adshao / go-binance

A Go SDK for Binance API
MIT License
1.49k stars 661 forks source link

Add tradeFee method support #360

Closed vpetrigo closed 2 years ago

vpetrigo commented 2 years ago

Add:

Fix #253

codecov[bot] commented 2 years ago

Codecov Report

Merging #360 (2834e77) into master (4a21c16) will increase coverage by 0.02%. The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master     #360      +/-   ##
==========================================
+ Coverage   72.38%   72.41%   +0.02%     
==========================================
  Files          63       64       +1     
  Lines        5936     5956      +20     
==========================================
+ Hits         4297     4313      +16     
- Misses       1214     1216       +2     
- Partials      425      427       +2     
Impacted Files Coverage Δ
v2/trade_fee_service.go 77.77% <77.77%> (ø)
v2/client.go 85.22% <100.00%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a21c16...2834e77. Read the comment docs.