Type/to search
0
Follow
1
Followers
exchange.GetOrders() त्रुटि रिपोर्ट करता है
Help
Created 2023-02-12 00:01:57  
 2
 1054

सीखने के मंच पर कोड
function CancelPendingOrders() {
var orders = exchange.GetOrders (();// सभी अधूरे आदेशों को प्राप्त करें。

for (var j = 0; j < orders.length; j++) { exchange.CancelOrder(orders[j].Id, orders[j]);}//该函数的用途为取消某个Id的订单。

}

कार्यवाही रिपोर्ट
2023-02-12 00:00:51 त्रुटि TypeError: cannot read property 'length' of null at CancelPendingOrders (FILE:41) at main (FILE:125)
2023-02-12 00:00:51 Futures_OKCoin त्रुटि GetOrders: 401: {"msg":"APIKey does not match current environment.","code":"50101"}

क्या कारण है? धन्यवाद

Related Recommendations
Comment
All comments (2)

    问题解决啦 没有设置成模拟盘

    4 years ago

    OKX使用exchange.IO("simulate", true)设置。API文档上搜索“模拟盘”有相关信息。

    4 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)