adshao / go-binance

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

Integrating binance liquidity pool api #386

Closed liu1700 closed 2 years ago

liu1700 commented 2 years ago

Integrated several liquidity pool api, I'm still working on the liquidity pool api integrations for my project and will submit more PR later.

codecov[bot] commented 2 years ago

Codecov Report

Merging #386 (2ec254e) into master (7742592) will decrease coverage by 0.10%. The diff coverage is 66.00%.

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
- Coverage   70.38%   70.28%   -0.11%     
==========================================
  Files          67       68       +1     
  Lines        6241     6391     +150     
==========================================
+ Hits         4393     4492      +99     
- Misses       1393     1434      +41     
- Partials      455      465      +10     
Impacted Files Coverage Δ
v2/liquidity_pool_service.go 64.49% <64.49%> (ø)
v2/client.go 79.93% <83.33%> (+0.13%) :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 7742592...2ec254e. Read the comment docs.

adshao commented 2 years ago

thanks for the awesome work!