adshao / go-binance

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

Add missing services and properties #338

Closed pcasteran closed 2 years ago

pcasteran commented 2 years ago

Added missing services:

Added missing properties in some services response:

codecov[bot] commented 2 years ago

Codecov Report

Merging #338 (33dc321) into master (afa0336) will decrease coverage by 0.22%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
- Coverage   73.19%   72.96%   -0.23%     
==========================================
  Files          60       62       +2     
  Lines        5637     5693      +56     
==========================================
+ Hits         4126     4154      +28     
- Misses       1120     1140      +20     
- Partials      391      399       +8     
Impacted Files Coverage Δ
v2/asset_dividend_service.go 82.85% <ø> (ø)
v2/deposit_service.go 87.50% <ø> (ø)
v2/order_service.go 75.75% <ø> (ø)
v2/trade_service.go 83.33% <ø> (ø)
v2/withdraw_service.go 86.59% <ø> (ø)
v2/rebate.go 29.62% <29.62%> (ø)
v2/convert_trade.go 64.00% <64.00%> (ø)
v2/client.go 84.40% <100.00%> (+0.25%) :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 afa0336...33dc321. Read the comment docs.

adshao commented 2 years ago

thanks for the great job @pcasteran