stellar-deprecated / kelp

Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
https://kelpbot.io
Other
1.09k stars 262 forks source link

[2] native "kraken" integration should not restrict markets #578

Open nikhilsaraf opened 3 years ago

nikhilsaraf commented 3 years ago

see last set of comments here: https://github.com/stellar/kelp/issues/421

kraken currently limits markets, whereas it is not limited on centralized exchanges. this is because of the API limitations of kraken that requires us to manually override asset names in a custom asset converter function.

for this task we should find a list of all the names for each asset and update KrakenAssetConverter and KrakenAssetConverterOpenOrders to expand the options available.

Arno500 commented 3 years ago

It seems that list is available @ https://api.kraken.com/0/public/AssetPairs It's also available in the API client library as a public API. The wsname key contains the name of both of the assets, separated by a /.

nikhilsaraf commented 3 years ago

@Arno500 are there any assets you want to trade using Kelp but which are not currently supported?

Arno500 commented 3 years ago

@nikhilsaraf Yes, I'm in Europe, so using EUR :)