-
Notifications
You must be signed in to change notification settings - Fork 648
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
id/counter for database_api::get_trade_history #448
Comments
Yes, we had the same issue with a new call i was trying to make very similar to this, it was here are a few options to discuss, they all have some pros and cons:
|
For me the limits are ok. Only have to make a loop with the calls. For id i think that it could be done adding some digits in the date when there are orders that fall in the same second. |
I like this approach. Will work on it in #455. |
* get_trade_history returns sequence * get_ticker returns current time
See #455, |
Implemented in #455. |
For make use of get_trade_history could be easier if the return could have an op id or something unique and ordered.
At this moment is returned date but fall in problems where there are many ops in the same second.
The text was updated successfully, but these errors were encountered: