8
Follow
1375
Followers
FMEX テスト環境ユーザーガイド
FMEXテスト環境のウェブサイト
fmextestのドメイン名はhttps://www.fmextest.net/
リアル取引APIドメイン名:api.fmex.com
模擬取引API ドメイン名:api.fmextest.net
API アクセスアドレス:https://api.fmex.com/ ,注意してください,私たちはhttps アクセスのみをサポートし,http アクセスをサポートしません.
FMEXテスト環境のアカウントをテストしたところ,ログインできなくなったことが判明し,検索をクリックすると,そのアカウントが表示されないことが判明した.以前のテストアカウントは空いていた可能性があるので,別のアカウントを登録し,登録後にGoogle認証を追加してAPI KEYを申請する.準備が整ったらAPI KEYを申請する.
準備を整える
-
最新の管理者をダウンロードする必要があります.
-
ベースアドレスを切り替えて,
https://api.fmextest.net住所など
取引対の設定BTC_USDまたはBTC。javascriptfunction main() { // 或者使用 exchange.SetBase("https://api.fmextest.net") exchange.IO("base", "https://api.fmextest.net") Log(exchange.GetAccount()) exchange.SetContractType("swap") Log(exchange.GetDepth()) Log(exchange.GetTicker()) Log(exchange.GetOrders()) Log(exchange.GetPosition()) }
リアルタイム操作
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary 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 optimization






