Python Binance connection API Error Message
I am trying to connect my trading bot application to binance. However, I am getting various errors that I am sharing down below. I checked my API keys multiple times both are correct.
Binance API does not return any data at all
I’m trying to return historical klines but the API does not return anything at all.
How to sync to binance API in python?
I used youtube tutorial to write a simple code to download price of btc from binance. However if I run it it doesn’t give true value from the website and do not refresh fast. Do you know what can be wrong with that script?
How to sync to API on websocket in python?
I used youtube tutorial to write a simple code to download price of btc from binance. However if I run it it doesn’t give true value from the website and do not refresh fast. Do you know what can be wrong with that script?