abanchev / binance-proxy

62 stars 18 forks source link

Plans to also support kraken? #8

Open ThreeCO opened 2 years ago

ThreeCO commented 2 years ago

Are you planning on supporting different APIs/exchanges? As far as I have seen there is also an kraken node package out there.

Managing concurrent exchanges in one instance might me difficult. But also supporting kraken should be relatively easy - don’t you think?

fmhc commented 2 years ago

I've worked on a kucoin version. keep in mind that only because there is a node package for an exchange, it does not mean its easy adoptable. e.g. KLine Formats are sometimes different and there are different ways to cache the data. The binance node package is quite mature, but kucoin for example does not support some stuff out of the box so I had to improve the kucoin node api before going any further... check it out & feel free to use in an kraken approach, i'ld be interested https://github.com/frequentcat/kucoin-proxy