0
フォロー
1
フォロワー

okex exchange.io は 401 を表示します: {"error_message":"無効な符号","code":30013,

作成日:: 2020-03-05 21:06:15, 更新日::
comments   1
hits   1636

後ろの交換[0].GetAccount() は,アカウント情報を取得できます.APIは正しく設定されていますが,exchanges[0].IO提示のサインが間違っています. どこで設定しますか? function main(){ while (true) { var symbol=‘BTC-USDT’ var messege = “instrument_id=”+symbol

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


}

}