I can’t seem to access the client account with my key and secret key. Is there something I should know why it’s not working?
from binance.spot import Spot
client = Spot(key=‘my key copypaste’, secret=‘my secret key copypaste’’)
print(client.account()) → not working