35 lines
1.2 KiB
INI
35 lines
1.2 KiB
INI
{
|
|
"cvtt_fgw": {
|
|
"REST": {
|
|
"service": "cvtt-tester-01.cvtt.vpn:23456",
|
|
# "service": "dev-server-02.cvtt.vpn:23456",
|
|
},
|
|
"healthcheck": {
|
|
"endpoint": "/ping"
|
|
"interval_sec": 5,
|
|
},
|
|
"alerts": {
|
|
"endpoint": "/alerts",
|
|
"default_depth_hours": 48,
|
|
"interval_sec": 5
|
|
},
|
|
"books": {
|
|
"endpoints": {
|
|
"book_list": "/books",
|
|
"book_position": "/book_positions",
|
|
"exchange_positions": "/exchange_positions",
|
|
"change_book_config": "/change_book_config",
|
|
"list_trading_algos": "/list_trading_algos",
|
|
"current_trading_algo": "/current_trading_algo",
|
|
"change_trading_algo": "/change_trading_algo",
|
|
"list_risk_strategies": "/list_risk_strategies",
|
|
"current_risk_strategy": "/current_risk_strategy",
|
|
"change_risk_strategy": "/change_risk_strategy"
|
|
}
|
|
},
|
|
"instruments": [
|
|
["COINBASE", "PAIR-BTC-USD"],
|
|
["COINBASE", "PAIR-BTC-USD"]
|
|
]
|
|
}
|
|
} |