sammchardy / python-binance

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

Add missing TRAILING_STOP_MARKET futures order type #1327

Closed mhawry closed 1 year ago

mhawry commented 1 year ago

The TRAILING_STOP_MARKET futures order type is missing: https://binance-docs.github.io/apidocs/futures/en/#public-endpoints-info

Resolves #1159

sammchardy commented 1 year ago

Thanks @mhawry