0
フォロー
0
フォロワー

OKEXのデモ取引は利用できません

作成日:: 2021-03-25 00:12:41, 更新日:: 2021-03-25 00:14:10
comments   5
hits   1563

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.”} FUTURES_OP 4: argument error,まだ使用できません. 実行するコードは次のとおりです. function main() { exchange.IO(“simulate”, true); exchange.SetTimeout(2000); Log(exchange.GetAccount()); } プラットフォームがサポートしていないのか,それとも何か理由があるのか, 教えて下さい. ありがとうございました.