0
Follow
0
Followers
ओकेएक्स स्पॉट से खाता जानकारी प्राप्त करते समय, परीक्षण डिस्क में कोई समस्या नहीं आती है, लेकिन वास्तविक डिस्क में त्रुटि रिपोर्ट की जाती है।
Created 2018-08-24 17:15:36 Updated 2018-10-17 10:17:18
1
2355
कोड इस प्रकार है:
function main() {
exchange.SetTimeout(2000);
account = exchange.GetAccount();
Log("account:",account);
}
कई ट्रेडिंग जोड़े जैसे BTC_USDT, LTC_BTC आदि को वास्तविक समय पर स्थानांतरित किया गया था, जो निम्नानुसार त्रुटि संदेश प्रदान करते हैंः
GetAccount: Ret: map[result:false error_code:10004]
पुष्टि करें कि एजेंट सही है, यदि यह अन्य एक्सचेंजों के कोड को सामान्य रूप से प्राप्त करने में सक्षम है।
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
