Igosuki/binance-rs-async

Fix: wallet api bugs

hhstore opened this issue · 12 comments

Fix wallet api bugs:

PR(WIP) here:

  • #36
  • I have fixed some issues, others are still in progress.
  • Still under development, no need to merge for now.

Hi @hhstore, thank you for bringing this up, I implemented all the endpoints following the docs but didn't test them individually (lack of time).
Let me know when you are finished and we can do a release.

Hi @hhstore, thank you for bringing this up, I implemented all the endpoints following the docs but didn't test them individually (lack of time). Let me know when you are finished and we can do a release.

  • OK. I am still developing.
  • The fixes that have been submitted are all tested.
  • I'll let you know when I finish the main part of the wallet api.

I'm ok with adding utility methods, just make it clear in doc strings that it does more than calling an endpoint.

I'm ok with adding utility methods, just make it clear in doc strings that it does more than calling an endpoint (端点) .

  • Ok.
  • 2 utility methods, I will update comments + use cases. (unit tests will also be updated)
  • I will give more detailed comments on the newly added 2 APIs(deposit/withdraw history API).
  • The official deposit/withdraw history API is very inconvenient to use.
  • Need me to add an example return value structure of the new API to the API doc?
  • Hi @Igosuki
  • I have done all the APIs fixes and tests.
  • #36
  • You can review the codes. This PR is ready to be merged.

@hhstore Are you ok if I change your PR a bit for API consistency purposes ?

@hhstore Are you ok if I change your PR a bit for API consistency purposes ?

  • No problem, feel free to modify it.

I cleaned up the PR and merged from another branch

that's great.