2
Follow
0
Followers
[BITMEX] मास्टर मेंग को कॉल करना ~ FMZ के GETORDER या GETORDERS फ़ंक्शन का स्रोत कोड कैसे जानें? मूल API का उपयोग करके इस फ़ंक्शन को पुनः लिखते समय, आपको हमेशा एक अमान्य हस्ताक्षर (HTTP त्रुटि प्रदर्श...
Created 2019-09-03 20:50:03
4
1867
उदाहरण के लिए, BITMEX में EXCHANGE io फ़ंक्शन में, POST और PUT दोनों सामान्य रूप से उपयोग किए जाते हैं, लेकिन GET में, Exchange.IO को मूल API के HTTP के अनुसार लिखा जाता है। "api","GET","/api/v1/order","symbol=XBTUSD")
FUTURES_OP 4: 401: {"error":{"message":"Signature not valid.","name":"HTTPError"}} ठीक है, लेकिन एफएमजेड के लिए एपीआई GETORDER वैध है। तो कृपया मुझे बताएं कि GET ORDER या GET ORDERS कोड कैसे लिखा जाता है? धन्यवाद!
Related Recommendations
Elementary 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 optimization5.4 Why do we need an off-sample test
Comment
All comments (4)
要看下 BITMEX 交易所的API 文档,对于参数是怎么要求的,是写在url 里还是写在body.
有些是要 这样 exchange.IO("api","GET","/api/v1/order?xxxxx", ...)写在 url里面的。
7 years ago
- 1
