unofficial_tabdeal_api.wallet¶
This module holds the WalletClass.
Classes¶
This is the class storing methods related to account wallet. |
Module Contents¶
- class unofficial_tabdeal_api.wallet.WalletClass(*, user_hash, authorization_key, _is_test=False)¶
Bases:
unofficial_tabdeal_api.base.BaseClassThis is the class storing methods related to account wallet.
- async get_wallet_usdt_balance()¶
Gets the balance of wallet in USDT and returns it as Decimal.
- Returns:
Wallet USDT balance in Decimal
- Return type:
Decimal