My only ask is to be compatible with python3. I see you had used python 2 style class declarations
class WalletService(object):
....
My order of preference would be
- Python3 code but be usable with both python2 and python3
- Python3 code but be usable with only python3