coinbasepro-python icon indicating copy to clipboard operation
coinbasepro-python copied to clipboard

Modify crypto_withdraw signature

Open alecarr opened this issue 6 years ago • 0 comments

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.

alecarr avatar Mar 28 '19 16:03 alecarr