bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.15k stars 672 forks source link

Implementation of methods trades_sync, candels_sync for exchanges: KuCoin, Bybit, Huobi, Gate.Io #792

Open YuriyTigiev opened 2 years ago

YuriyTigiev commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I required this feature for integration tests and for loading missed data. Features already implemented for binance and other exchanges (https://github.com/bmoscon/cryptofeed/tree/master/tests/integration/rest)

Describe the solution you'd like A clear and concise description of what you want to happen. Library should support of fetching data (sync_trades, sync_candles) from exchanges: KuCoin, Bybit, Huobi, Gate.Io

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Use Exchange API for fetching historical data or CCXR library.

Additional context Add any other context or screenshots about the feature request here.

bmoscon commented 2 years ago

at some point I do want to add in the rest interfaces for historical data for all exchanges that support it. I'm revamping some of the exchanges currently, so hopefully at some point I'll get to these that havent been done yet. Probably not any time soon, though I do welcome PRs!