In order to download the historical data for ENJ, I’ve used:
client = Client(config.apiKey_test,config.apiSecurity_test)
testing = requests.get(‘https://api.binance.com/api/v3/klines?symbol=ENJBUSD&interval=1h&limit=1000’).json()
which works well. I had to remove “testnet=True” for this to work.
I’ve tried the same ting for XRP without any luck, anyone able to get historical data from the API?
I tried XRPBUSD and XRPUSDT.