62 lines
1.8 KiB
INI
62 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",
|
|
"trading_instructions": "/trading_instructions",
|
|
"open_orders": "/open_orders"
|
|
}
|
|
},
|
|
},
|
|
"exchange_ids": {
|
|
"COINBASE_AT": "COINBASE"
|
|
, "BNBSPOT": "BNBSPOT"
|
|
},
|
|
"instruments": {
|
|
"COINBASE_AT": [
|
|
"PAIR-ADA-USD",
|
|
"PAIR-AVAX-USD",
|
|
"PAIR-BCH-USD",
|
|
"PAIR-BNB-USD",
|
|
"PAIR-BTC-USD",
|
|
"PAIR-DOGE-USD",
|
|
"PAIR-DOT-USD",
|
|
"PAIR-ETH-USD",
|
|
"PAIR-HBAR-USD",
|
|
"PAIR-LINK-USD",
|
|
"PAIR-LTC-USD",
|
|
"PAIR-SHIB-USD",
|
|
"PAIR-SOL-USD",
|
|
"PAIR-SUI-USD",
|
|
"PAIR-XLM-USD",
|
|
"PAIR-XRP-USD"
|
|
],
|
|
"BNBSPOT": [
|
|
"PAIR-BTC-USDT",
|
|
"PAIR-BTC-USDT"
|
|
]
|
|
}
|
|
}
|