OKEX exchange.io is prompting 401: { "error_message": Invalid Sign","code":30013,

Author: gzf445, Created: 2020-03-05 21:06:15, Updated:

The following exchanges[0].GetAccount() can access account information, the API configuration is fine, but the exchanges[0].IO prompt for signing is not correct, can you tell me where to set this? function main (() { while (true) { var symbol = "BTC-USDT" is used var messege = instrument_id= +symbol This is a list of all the different ways var messege is credited in the database

   var ret =exchanges[0].IO("api", "GET", "/api/spot/v3/orders/", messege)
   
   // var account=exchanges[0].GetAccount()
   // Log(account.Balance)
   Sleep(3000);
   


}

}


More

gzf445Fixed, delete the message directly