dydxprotocol / dydx-v3-python

Python client for dYdX (API v3)
Apache License 2.0
304 stars 174 forks source link

Cancel order failing with authorization issues #213

Open dogewo2 opened 7 months ago

dogewo2 commented 7 months ago

Hi,

I'm trying to cancel an order using the client's cancel order method but it keeps giving me the error message unauthorized. I'm using the same client as the one I used for creating orders(which went through) and have double checked that I have entered the order ids correctly.

Any suggestions on this?

Thank you