sammchardy / python-binance

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

TWAP order type #1241

Open tempestblaze opened 2 years ago

tempestblaze commented 2 years ago

https://www.binance.com/en/support/faq/093927599fd54fd48857237f6ebec0b0

I am trying to create a TWAP order. I can't find the endpoint for this. Is this available?

halfelf commented 2 years ago

Not directly. No such update has submitted to python-binance yet. But it could be done without much trouble by calling some private methods in Client.

tempestblaze commented 2 years ago

Not directly. No such update has submitted to python-binance yet. But it could be done without much trouble by calling some private methods in Client.

Hi halfelf. I am new here and just started out in programming, could you please create a pull request on this for me?