diff --git a/README.md b/README.md index 94eab1a..0d01eab 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ Also the version is fixed, so that unwanted changes do not slip in. However: Use this at your own risk and decide for yourself whether or not you want to run this script and its dependencies! +## 🔑 API Key + +Obtain your Kraken API Key via [the API settings page](https://www.kraken.com/u/settings/api). +Generate a new API key dedicated for stacking using the "Query Funds" and "Modify Orders" permissions: + +![Kraken API Key Permissions](./api-permissions.png) + ## 📦 Setup Prerequisite: At least the current LTS version of [Node.js](https://nodejs.org/). diff --git a/api-permissions.png b/api-permissions.png new file mode 100644 index 0000000..3193fe0 Binary files /dev/null and b/api-permissions.png differ