from huobi.client.account import AccountClient from huobi.utils import * from example.api_key import * account_client = AccountClient(api_key=g_api_key, secret_key=g_secret_key) list_obj = account_client.get_account_ledger(account_id=g_account_id) LogInfo.output_list(list_obj)