ieh-hei

Results 1 comments of ieh-hei

i have the same issue and the offset of any number just returns the same 20 response = self.TradeAPI.makeRequest("GET", f"account/activities?limit=20") print(response.json()['results']) response1 = self.TradeAPI.makeRequest("GET", f"account/activities?limit=20&offset=20") print(response1.json()['results']) sorry I'm aware this...