BitMEX / api-connectors

Libraries for connecting to the BitMEX API.

Home Page:https://www.bitmex.com/app/restAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I cancel orders in bulk in python?

surGeonGG opened this issue · comments

The bitmex api is supposed to let me pass in multiple orderIDs, but the Order.Order_cancel endpoint in the python api connector does not allow me to do that. It requires a string and that string has to be 36 characters long, otherwise I get an error.