Skip to content

Instantly share code, notes, and snippets.

@xeroc
Created August 13, 2018 09:43
Show Gist options
  • Save xeroc/399681df3e656b213cb93e07de8b3195 to your computer and use it in GitHub Desktop.
Save xeroc/399681df3e656b213cb93e07de8b3195 to your computer and use it in GitHub Desktop.
from bitshares import BitShares
from bitshares.account import Account
bts = BitShares("wss://node.bitshares.eu")
account = Account("xeroc", blockchain_instance=bts)
print(account.balances)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment