0
Follow
0
Followers
Khi lấy thông tin tài khoản từ OKex spot, không có vấn đề gì ở đĩa thử nghiệm nhưng lại báo lỗi ở đĩa thật.
Created 2018-08-24 17:15:36 Updated 2018-10-17 10:17:18
1
2355
Mã như sau:
function main() {
exchange.SetTimeout(2000);
account = exchange.GetAccount();
Log("account:",account);
}
Một số cặp giao dịch đã được thực hiện trên máy tính, chẳng hạn như BTC_USDT, LTC_BTC, và các thông báo sai như sau:
GetAccount: Ret: map[result:false error_code:10004]
Xác nhận đại lý không sai, nếu đổi mã của các sàn giao dịch khác có thể lấy giá trị bình thường.
Related Recommendations
can anyone please explain how to start with this platformC++ API call exampleHow to break through the Tick receiving limit of commodity futuresMulti-platform Hedging Stabilization Arbitrage V2.1 (Annotation Edition)Pure english vesion of e-books about some basic systematic trading skillsThe grid trading strategyPython streamlined multi-variety MACD trending strategy frameworkin main TypeError: IO() takes at most 3 arguments (5 given)symbol not setGetTicker: 400: {"code": 2, "data": {}, "message": "invalid params"}
Comment
All comments (1)
https://github.com/okcoin-okex/API-docs-OKEx.com/blob/master/API-For-Spot-CN/币币交易错误代码.md
这个是 OKEX 现货 API 文档 错误码
更新一下 API KEY 试下, 前一段有这个问题 ,更新下就好了。
8 years ago
- 1
