sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.98k stars 2.2k forks source link

api: futures_cancel_orders #1195

Open LiGuoV opened 2 years ago

LiGuoV commented 2 years ago

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

StasToken commented 1 year ago

I join - the problem is relevant