2
Follow
0
Followers
[BITMEX] মাস্টার মেংকে কল করা হচ্ছে~ FMZ এর GETORDER বা GETORDERS ফাংশনের সোর্স কোড কিভাবে জানবেন? নেটিভ API ব্যবহার করে এই ফাংশনটি পুনর্লিখনের সময়, আপনি সর্বদা একটি অবৈধ স্বাক্ষরের সম্মুখীন হবেন (HT...
Created 2019-09-03 20:50:03
4
1867
বিটমেক্সের এক্সচেঞ্জ আইও ফাংশনে POST এবং PUT উভয়ই ব্যবহার করা যায়, তবে GET এ, এক্সচেঞ্জ.আইও (("api","GET","/api/v1/order","symbol=XBTUSD") প্রাকৃতিক এপিআইয়ের এইচটিটিপি অনুসারে লেখা হয়।
FUTURES_OP 4: 401: {"error":{"message":"Signature not valid.","name":"HTTPError"}} হ্যাঁ, কিন্তু FMZ এর 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
