kraken-api-client
kraken-api-client copied to clipboard
Support for multiple API keys
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...