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 =
var ret =exchanges[0].IO("api", "GET", "/api/spot/v3/orders/", messege)
// var account=exchanges[0].GetAccount()
// Log(account.Balance)
Sleep(3000);
}
}
gzf445Fixed, delete the message directly