delta-exchange / python-rest-client

https://pypi.org/project/delta-rest-client/
13 stars 19 forks source link

cancel order function #9

Closed benjiqq closed 5 years ago

benjiqq commented 5 years ago

for batch cancel I get an error

batch_cancel(product_id, orders)

requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.delta.exchange/orders/batch

bbc4468 commented 5 years ago

Can you share the exact response body?

benjiqq commented 5 years ago

solved the issue. my problem occurred because open_orders returned all orders, including cancelled, not just the open ones

I think adding a cancel function can't hurt

benjiqq commented 5 years ago

actually its here, but not 100% clear to me at first sight https://docs.delta.exchange/#cancel-order