danpaquin / coinbasepro-python

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

Implement stablecoin conversion #398

Closed freenancial closed 3 years ago

freenancial commented 4 years ago

Tested in production with the following commands, working as expected.

auth_client.convert_stablecoin(10, 'USDC', 'USD')
auth_client.convert_stablecoin(10, 'USD', 'USDC')
mcardillo55 commented 3 years ago

Added a testcase, rebased, and merged. Thank you!