sammchardy / python-binance

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

Support for USDT-M or COIN-M Futures? #652

Closed ashwinvenkatram closed 3 years ago

ashwinvenkatram commented 3 years ago

Hello,

I'm looking to trade USDT-M Futures on Binance.

From the documentation available on the python-binance project, I found some of the common endpoints and data stream functions have already been implemented under margin trading.

Is anyone here developing the unique functions for USDT-M / COIN-M Futures on this project? Eg: Funding Rate, USDT-M Margin Call, etc

I can implement this if necessary. Do let me know.

markeyev commented 3 years ago

Dear ashwinvenkatram,

I think this set of functions are for Futures endpoints https://github.com/sammchardy/python-binance/blob/master/binance/client.py#L4815. At least I'm using them successfully for USDT-M Futures trading.

Best regards, Ivan

ashwinvenkatram commented 3 years ago

Dear Ivan,

Thanks very much for sharing the location of the functions in the Client class. This is exactly what I'm looking for.

Good to know you've successfully used them for USDT-M Futures.

Best Regards, Ashwin