Nachfolgende Exchanges[0].GetAccount ((() kann die Kontoinformationen abrufen, die API-Konfiguration ist in Ordnung, aber exchanges[0].IO Tipps sind nicht korrekt signiert, bitte sagen Sie mir, wo das ist? 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);
}
}