-
-
Save merc1er/42bb327456e0aa6612033b1bb6dd747a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print(key.get_balance('usd')) | |
| # or | |
| print(key.get_balance('eur')) | |
| # you understood, simply pass your currency's ticker in argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment