emmtte / list

Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
262 stars 77 forks source link

Kucoin API request fail (code 401) #56

Open g3m3n30 opened 3 years ago

g3m3n30 commented 3 years ago

Exception: Request failed for https://api.kucoin.com returned code 401. Truncated server response: {"code":"400004","msg":"Invalid KC-API-PASSPHRASE"} (use muteHttpExceptions option to examine full response)

I've put the key and secret in the config.

I think it's asking for API passphrase or something.

dams2007 commented 2 years ago

@g3m3n30 Same problem for me did you find any solution that ?

g3m3n30 commented 2 years ago

@g3m3n30 Same problem for me did you find any solution that ?

nope. I've kinda given up.

colossatr0n commented 2 years ago

Just add your API token's passphrase to cell B24 on the config page.

The spreadsheet needs to be updated to make it clear the B24 needs to be filled out.