The following exchanges[0].GetAccount ((() can access account information, the API configuration is fine, but exchanges[0].IO prompts signature incorrectly, please 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