AcN234
Results
1
issues of
AcN234
Hello, ``` api_url='https://fapi.binance.com/fapi/' testnet="False" print(f"EASY BUCKS TRADING BOT LIVE") # Binance API credentials client = Client(api_key, api_secret,testnet="false") client.API_URL = api_url account_info = client.get_account() accout_wallet_balence = account_info['totalWalletBalance'] ``` This is my...