I am at the stage of wanting to do paper trading. I am running into an issue where the following download line is returning an empty string. When i backtest the algorithm the download call works correctly.

self.Download("https://api.binance.com/api/v3/exchangeInfo")

There is no error message or log in the console. I'm unsure as how to proceed further.

Author