2
Follow
0
Followers
【BITMEX】呼叫梦总大神~ 如何知道FMZ的GETORDER或GETORDERS函数的源代码?在使用原生API时重写这个函数,总是遇到签名无效(显示HTTP error).
Created 2019-09-03 20:50:03
4
1866
求教,在BITMEX中的EXCHANGE io函数中,POST和PUT都能正常使用,但是在GET时,按照原生API的HTTP这样写“ exchange.IO("api","GET","/api/v1/order","symbol=XBTUSD")”
一直在报错“Futures_OP 4: 401: {"error":{"message":"Signature not valid.","name":"HTTPError"}}”,但FMZ的封装API 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
