get_trade_transactions
Closed this issue · 4 comments
MiguelInza commented
Hello,
when using the def get_trade_transactions I have this error message:
('get_trade_transactions', {u'status': u'Fail', u'errors': [u'INVALID_HASH_SIGNATURE']})
Do you know why?
def get_trade_transactions(self, markets, rateFrom, rateTo, fromTime, toTime, userAction, nextPageCursor):
"""
:param markets:
:param rateFrom:
:param rateTo:
:param fromTime:
:param toTime:
:param userAction: buy/sell
:param nextPageCursor: start
:return:
"""
request = {"markets": markets, "rateFrom": rateFrom, "rateTo": rateTo, "fromTime": fromTime, "toTime": toTime, "userAction": userAction, "nextPageCursor": nextPageCursor}
response = self.query_private("GET", URL + "/trading/history/transactions", req=request)
return response
caiyundong commented
hi,
I have fixed the code.
Something with the private-get.
Please give a try and let me know if not working.
regards,
yundong
MiguelInza commented
Yes, now is working.
Thank you very much.
caiyundong commented
you are welcome
MiguelInza commented
Hello again,
some months ago you help me with my Bitbay bot for API Rest in Python.
I'm trying to learn more Python but it's difficult for me.
Do you have a bot to get the Bitbay Orderbook using Websocket?
And the Balance?
Thanks in advance.
Best regards.
Miguel Inza.
El mar., 26 may. 2020 a las 18:47, Cai Yundong (<notifications@github.com>)
escribió:
… hi,
I have fixed the code.
Something with the private-get.
Please give a try and let me know if not working.
regards,
yundong
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APJR3KTMALUARBQA3ADHOILRTPXAHANCNFSM4NKIPCMA>
.