0
Follow
1
Followers
okex exchange.io 401 संकेत देता है: {"error_message":"अमान्य चिह्न","कोड":30013,
Created 2020-03-05 21:06:15
1
1893
बाद के एक्सचेंजों[0].GetAccount() खाता जानकारी प्राप्त कर सकते हैं, एपीआई विन्यास ठीक है, लेकिन एक्सचेंजों[0].IO संकेत गलत हस्ताक्षरित है, कृपया मुझे बताएं कि यह कहां सेट किया गया है?
function main(){
while (true) {
var symbol='BTC-USDT'
var messege = "instrument_id="+symbol
var ret =exchanges[0].IO("api", "GET", "/api/spot/v3/orders/", messege)
// var account=exchanges[0].GetAccount()
// Log(account.Balance)
Sleep(3000);
}
}
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
Comment
All comments (1)
- 1