emmtte / list

Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance Error 401 - fapi request

KingFisch opened this issue · comments

Everytime i try to update protfolio, this error comes. Until now i´m not getting any values.

image

Exception: Error in request for https://fapi.binance.com. The following code was returned: 401. Abbreviated server response: {"code":-2015, "msg": "Invalid API-key, IP, or permissions for action, request ip: 35.187.139.65"}. Use muteHttpExceptions to read the full response.

I would really appreciate a fast help :)

Hi!
I'm having the same error. Any idea?

commented

@mscherif the most easiest solution is to comment out line nr. 11 in API_Binance, like that

//Full_Binance_Balance=AddBalance(Full_Binance_Balance, BinanceFutures());