karthikdhanusu
Results
1
issues of
karthikdhanusu
I made the following changes in bittrex code still I am getting invalid signature error request_url += urllib.parse.urlencode(options) signature = hmac.new(self.api_secret.encode('utf-8'), request_url.encode('utf-8'), hashlib.sha512).hexdigest() can someone help me ?