We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Hello, nearly same code as for showDeposits which looks like is working for me.
` showWithdrawals()
def showWithdrawals(self, currency, **args): """Query on Withdrawals.""" params = args avail_params = [ 'withdrawal_id', 'page' ] uri = f'{self.apibase}{currency}/withdrawals' p = ParameterBuilder(avail_params, params, uri) return self.APIConnect('GET', p)
`
Sorry, something went wrong.
Can you create a PR for it, with a unit test and documentation about that function in the README?
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: