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

Implement v4 API functions for Withdrawal #51

Open
peshay opened this issue Apr 10, 2021 · 2 comments
Open

Implement v4 API functions for Withdrawal #51

peshay opened this issue Apr 10, 2021 · 2 comments
Labels
API Functionality that is directly related to bitcoin.de offered API help wanted

Comments

@peshay
Copy link
Owner

peshay commented Apr 10, 2021

No description provided.

@peshay peshay added API Functionality that is directly related to bitcoin.de offered API help wanted labels Apr 11, 2021
@CosmicDuck
Copy link

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)

`

@peshay
Copy link
Owner Author

peshay commented Mar 17, 2022

Can you create a PR for it, with a unit test and documentation about that function in the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Functionality that is directly related to bitcoin.de offered API help wanted
Projects
None yet
Development

No branches or pull requests

2 participants