I tried every solution on the Internet in order to get rid of this error message but for some reason I can't solve it.
client = Client(api_key=api_key, api_secret=secret_key, tld="com")
pd.DataFrame()
print(client)
print(time.time())
client.get_account()
This is the code on PyCharm.
I have enabled Futures, Spot and Margin Trading as well. My API key and secret key is also correct. If anyone had also experienced this please help!