Richard A
Richard A
Hello! I am trying to use the npm package @1inch/limit-order-protocol-utils Simply doing: ``` from js2py import require utils = require('@1inch/limit-order-protocol-utils') ``` Is throwing the following error: `Error: Can't walk dependency...
TlDr: The _do method was not handling the body-less response resonse from VALRs API. To fix this I created a new method called do_delete which skips a lot of the...
Hey Jonathan - thanks for the great repo. I am using delete_order to successfully delete an open order, supplying the pair and order_id, however despite the delete going through, I...