From 521e48c94a5e5b18ba409d965757c7b8f509f08f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 13 Apr 2021 13:55:08 +0200 Subject: [PATCH] Add doc section for Kucoin part of #4723 --- docs/exchanges.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/exchanges.md b/docs/exchanges.md index 1c5956088..662f2b908 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -100,6 +100,18 @@ To use subaccounts with FTX, you need to edit the configuration and add the foll } ``` +## Kucoin + +Kucoin requries a passphrase for each api key, you will therefore need to add this key into the configuration so your exchange section looks as follows: + +```json +"exchange": { + "name": "kucoin", + "key": "your_exchange_key", + "secret": "your_exchange_secret", + "password": "your_exchange_api_key_password", +``` + ## All exchanges Should you experience constant errors with Nonce (like `InvalidNonce`), it is best to regenerate the API keys. Resetting Nonce is difficult and it's usually easier to regenerate the API keys.