2
Follow
0
Followers
[BITMEX] Aufruf an Master Meng~ Wie erfahre ich den Quellcode der GETORDER- oder GETORDERS-Funktion von FMZ? Beim Umschreiben dieser Funktion mithilfe der nativen API werden Sie immer auf eine ungülti...
Created 2019-09-03 20:50:03
4
1865
Bitte beachten Sie, dass POST und PUT in der EXCHANGE io-Funktion in BITMEX normal verwendet werden können, aber bei GET wird exchange.IO (("api","GET","/api/v1/order","symbol=XBTUSD") in Übereinstimmung mit der HTTP der nativen API geschrieben.
Ich habe schon seit einiger Zeit über Futures_OP 4: 401: {"error":{"message":"Signature not valid.","name":"HTTPError"}} gelesen, aber die FMZ-Embedding-API GETORDER ist gültig. Bitte fragen Sie mich, wie der Code für GET ORDER oder GET ORDERS geschrieben wird?
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
