37 fee = exchange[1].IO(“api”,“GET”,“/api/account/v3/withdrawal/fee”,“currency=btc”)
#Монетные операции
39 tb = exchanges[1].IO(‘api’,‘POST’,‘/api/account/v3/withdrawal’,‘currency=BTC&destination=’+‘4’
+‘&amount=1’+‘&to_address=’+address+‘&trade_pwd=xxxxxxxxx&fee=’+fee)
Ошибка: line 37, in getInfo AttributeError: ooOooo000oOO instance has no attribute ‘ (недоступная ссылка)getitem’
Посмотрим, что не так с программой.