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","GET","/api/v1/order","symbol=XBTUSD") 를 원본 API의 HTTP에 따라 작성합니다.
<unk>Futures_OP 4: 401: {"error":{"message":"Signature not valid.","name":"HTTPError"}}<unk>, 하지만 FMZ의 GETORDER API가 유효합니다. 그래서 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
