kraken-api-client icon indicating copy to clipboard operation
kraken-api-client copied to clipboard

Support for multiple API keys

Open kovinet opened this issue 2 years ago • 0 comments

I am building Kraken trading bot, but I will have multi user support. Meaning each user will enter their own Kraken API key in the interface.

What would be the best way to go about this? As I see for now KRAKEN_KEY and KRAKEN_SECRET are loaded directly from environment in the service provider, which makes them global. And I don't see any methods to set them later on runtime...

kovinet avatar Sep 25 '23 08:09 kovinet