OKEX의 시뮬레이션 디스크는 V5의 API이며, 자체 VPS에 호스트를 배포합니다. GetAccount와 같은 API를 실행하면 다음과 같은 오류가 발생합니다. {“error_message”:“Please change to port v1 when you are using v1 apiKey. If you wish to use port v3, please register a v3 apiKey.”,“code”:30016,“error_code”:“30016”,“message”:“Please change to port v1 when you are using v1 apiKey. If you wish to use port v3, please register a v3 apiKey.”} API 문서 설정에 따라 exchange.IO ((“simulate”, true) 에 해당하는 Futures_OP 4: argument error, 여전히 사용할 수 없습니다 실행된 코드는 다음과 같습니다. function main() { exchange.IO(“simulate”, true); exchange.SetTimeout(2000); Log(exchange.GetAccount()); } 만약 개발자 관계자들이 이것을 본다면, 플랫폼이 지원하지 않는지 아니면 다른 이유가 있는지 알려주시겠습니까?