binance-proxy icon indicating copy to clipboard operation
binance-proxy copied to clipboard

Plans to also support kraken?

Open ThreeCO opened this issue 3 years ago • 1 comments

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?

ThreeCO avatar Sep 11 '21 13:09 ThreeCO

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

fmhc avatar Sep 21 '21 06:09 fmhc