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);
   


}

}