2
Follow
0
Followers
[BITMEX] Appel de Master Meng~ Comment connaître le code source de la fonction GETORDER ou GETORDERS de FMZ ? Lors de la réécriture de cette fonction à l'aide de l'API native, vous rencontrerez toujou...
Created 2019-09-03 20:50:03
4
1867
Pour info, dans BITMEX, les fonctions EXCHANGE io, POST et PUT peuvent être utilisées normalement, mais dans GET, il est préférable d'écrire exchange.IO comme suit: "api","GET","/api/v1/order","symbol=XBTUSD")
J'ai été en train de faire une erreur avec Futures_OP 4: 401: {"error":{"message":"Signature not valid.","name":"HTTPError"}} Eh bien, mais l'API GETORDER de l'emballage FMZ est valide. Alors je voudrais vous demander comment le code GET ORDER ou GET ORDERS est écrit ? Merci !
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
