danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 738 forks source link

Modify crypto_withdraw signature #359

Open alecarr opened 5 years ago

alecarr commented 5 years ago

add 2 parameters destination_tag and no_destination_tag to stick to coinbase pro API signature.

The destination tag is used by XRP and XLM currencies, currencies that support destination tag. If destination tag not needed, then the flag no_destination_tag must be set to True.

I tested the crpyto_withdraw this morning in the master and didn't worked for XLM currencies, so I forked the project, update the code and tested it. It worked fine with in production.