You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I added a new short function in the definition for showDeposits which is working well for the moment. I have no playing experience with github so here is my code which I inserted before showAccountInfo() procedure:
`
showDeposits()
def showDeposits(self, currency, **args):
"""Query on Deposits."""
params = args
avail_params = [ 'deposit_id', 'page' ]
uri = f'{self.apibase}{currency}/deposits'
p = ParameterBuilder(avail_params, params, uri)
return self.APIConnect('GET', p)
No description provided.
The text was updated successfully, but these errors were encountered: