leoncvlt / cryptodex

📈 Python tool to automate & streamline the management of a personal cryptocurrency-based index fund
7 stars 7 forks source link

Add Binance/Kucoin exchange instructions #4

Open rustyresearch opened 2 years ago

rustyresearch commented 2 years ago

As per title. Can instructions be added to include other exchanges like Binance and KuCoin?

leoncvlt commented 2 years ago

I don't have accounts on their platforms nor I have experience with their API. If anyone else wants to give it a shot at the implementation, they would need to extend the abstract Exchange class and implement all required methods.