51 lines
1.8 KiB
INI
51 lines
1.8 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-ADA-USD"],
|
|
["COINBASE", "PAIR-AVAX-USD"],
|
|
["COINBASE", "PAIR-BCH-USD"],
|
|
["COINBASE", "PAIR-BNB-USD"],
|
|
["COINBASE", "PAIR-BTC-USD"],
|
|
["COINBASE", "PAIR-DOGE-USD"],
|
|
["COINBASE", "PAIR-DOT-USD"],
|
|
["COINBASE", "PAIR-ETH-USD"],
|
|
["COINBASE", "PAIR-HBAR-USD"],
|
|
["COINBASE", "PAIR-LINK-USD"],
|
|
["COINBASE", "PAIR-LTC-USD"],
|
|
["COINBASE", "PAIR-SHIB-USD"],
|
|
["COINBASE", "PAIR-SOL-USD"],
|
|
["COINBASE", "PAIR-SUI-USD"],
|
|
["COINBASE", "PAIR-XLM-USD"],
|
|
["COINBASE", "PAIR-XRP-USD"],
|
|
]
|
|
}
|
|
}
|