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

get_past_trades requires an optional argument #23

Open
natehawkboss opened this issue Apr 15, 2022 · 0 comments
Open

get_past_trades requires an optional argument #23

natehawkboss opened this issue Apr 15, 2022 · 0 comments

Comments

@natehawkboss
Copy link

Problem: It looks like the get_past_trades method requires the symbol as an argument, but the gemini API does not require this. Doing it this way requires a user to make several requests if they are checking the status of orders across multiple currencies, or to completely sidestep the get_past_trades and directly call the api_query method (which I did).

Solution: make the symbol an optional keyword argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant