python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

api: futures_cancel_orders

Open LiGuoV opened this issue 3 years ago • 1 comments

https://binance-docs.github.io/apidocs/futures/en/#cancel-multiple-orders-trade

client.futures_cancel_orders(symbol='BTCUSDT',orderIdList=[1234567])

raise Error : APIError(code=-1022): Signature for this request is not valid.

This api does not work

LiGuoV avatar Jun 04 '22 14:06 LiGuoV

I join - the problem is relevant

StasToken avatar May 28 '23 15:05 StasToken