first working version

This commit is contained in:
Cryptoval Trading Technologies
2025-05-16 01:21:44 +02:00
parent f337bd8c74
commit c90c98fff8
4 changed files with 93 additions and 49 deletions
+10 -3
View File
@@ -6,12 +6,19 @@
, "user": "cvtt"
, "database": "cvtt_md"
, "password": "ICdIh0JnMM7vM7Pf"
}
, "TSDB_MD_CVTTDATA": {
},
"TSDB_MD_CVTTDATA": {
"host": "cvttdata.cvtt.vpn"
, "port": 5432
, "user": "cvtt"
, "database": "cvtt_md"
, "password": "ICdIh0JnMM7vM7Pf"
}
},
"TSDB_MD_CLOUD28": {
"host": "cloud28.cvtt.vpn"
, "port": 55432
, "user": "cvtt"
, "database": "cvtt_md"
, "password": "320ea18a54b5bed71371256bd9b68d31"
}
}
+19 -9
View File
@@ -20,7 +20,11 @@
, "max_connections": 10
, "price_throttle": true
, "ws_url": ["WSS", "wss://ws-feed.exchange.coinbase.com"]
, "api": {
"web_socket": {
"url": "wss://ws-feed.exchange.coinbase.com"
}
}
}
}
, "BNBSPOT": {
@@ -37,9 +41,13 @@
, "reconnect_secs": 2.0
, "ws_url": ["WSS", "wss://stream.binance.com/ws"]
, "REST": {
"depth_snapshot_url": ["GET", "https://api.binance.com/api/v3/depth"],
, "api": {
"web_socket": {
"url": "wss://stream.binance.com/ws"
},
"REST": {
"depth_snapshot_url": ["GET", "https://api.binance.com/api/v3/depth"],
}
}
}
}
@@ -56,11 +64,13 @@
, "max_connections": 10
, "reconnect_secs": 2.0
, "ws_url": ["WSS", "wss://fstream.binance.com/ws"]
, "REST": {
# https://fapi.binance.com/fapi/v1/depth?symbol=BNBBTC&limit=1000
"depth_snapshot_url": ["GET", "https://fapi.binance.com/fapi/v1/depth"],
, "api": {
"web_socket": {
"url": "wss://fstream.binance.com/ws"
},
"REST": {
"depth_snapshot_url": ["GET", "https://fapi.binance.com/fapi/v1/depth"],
}
}
}
}