bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.19k stars 680 forks source link

Implement BITTREX BALANCES and ORDERS for Websockets #813

Open svabra opened 2 years ago

svabra commented 2 years ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like Simply extend Cryptofeed/BITTREX to BALANCES and ORDERS, since it is available now.

Describe alternatives you've considered Use polling, but that is a transactional overhead.

Additional context I can implement it my self. Do you accept pull requests?

bmoscon commented 2 years ago

yes I accept PRs

svabra commented 2 years ago

Nice. I'm testing now. PR will follow suit linking to this Feature Request.

svabra commented 2 years ago

@bmoscon PR sent. #892