Noah Verner
Noah Verner
Hi everyone, I just updated pandas to `1.4.0` version today using `cmd`, and even though Spyder recognizes pandas classes when calling them through the console, as some of you, it...
Declare `client = Client(api_key= api_key, api_secret= secret_key, tld= "com")` Then run `client.futures_klines(symbol="XRPBUSD", interval="5m", start_str = "30 minutes ago UTC")`. However, there's a problem with `futures_klines(**params)` and that is the fact...
> Declare `client = Client(api_key= api_key, api_secret= secret_key, tld= "com")` Then run `client.futures_klines(symbol="XRPBUSD", interval="5m", start_str = "30 minutes ago UTC")`. > > However, there's a problem with `futures_klines(**params)` and that...