BitMEX / api-connectors

Libraries for connecting to the BitMEX API.
https://www.bitmex.com/app/restAPI
910 stars 795 forks source link

How do I cancel orders in bulk in python? #535

Open surGeonGG opened 1 year ago

surGeonGG commented 1 year ago

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.