Crypto-toolbox / btfxwss

Bitfinex Websocket API Client written in Python3
MIT License
284 stars 125 forks source link

ORDER RELATED API #155

Closed prateekdataman closed 6 years ago

prateekdataman commented 6 years ago

Have you developed api for new order,order modification, cancellation....please provide me link to that so that i can develop furthur.

deepbrook commented 6 years ago

https://github.com/Crypto-toolbox/btfxwss/blob/master/btfxwss/client.py

You can find the methods there!