Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get a list of order history? #7

Closed
sumihiro opened this issue Dec 18, 2017 · 2 comments
Closed

How to get a list of order history? #7

sumihiro opened this issue Dec 18, 2017 · 2 comments

Comments

@sumihiro
Copy link
Contributor

I would like to get a list like this page.
https://www.binance.com/userCenter/orderHistory.html
It summarizes the contents of the transaction for each currency pair.

I know that I can retrieve my history by specifying the currency in the next method.
$api->history("BNBBTC");
But I do not know how to get a list of "all the currencies I used".

How can I get a list of "all my currencies"?

@jaggedsoft
Copy link
Owner

jaggedsoft commented Dec 18, 2017

Yes, thank you for your suggestion!
Unfortunately as of right now this is not possible. I will suggest it to the binance dev team
There is also $api->orders("BNBBTC") however it still requires a symbol.

image

image

@sumihiro
Copy link
Contributor Author

@jaggedsoft
I appreciate your advice.
This function is an essential function for asset management service which I am making.
Support for Binance is strongly desired in this service.
I hope that Binance's development team will be able to create it early.

If necessary, I will tell my request to the development team myself. Please tell me the channel.

jaggedsoft pushed a commit that referenced this issue Feb 5, 2018
dxjones fixed handling of $flags in buy, sell, buy_test, sell_test; added support for changing 'recvWindow'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants