This commit is contained in:
Cryptoval Trading Technologies
2024-10-11 22:18:06 +00:00
parent 4bc2ee411a
commit b693b57778
5 changed files with 183 additions and 28 deletions
+12 -1
View File
@@ -316,6 +316,17 @@
}
}
, "COINBASE_SIM": {
"exchange_id": "COINBASE"
, "name": "Coinbase Advanced Trade (Simulation)"
, "type": "SPOT"
, "mktdata" : {
"class": "cvttpy.exchanges.mkt_simulator.mkt_data.MktSimMdClientFeed"
"ws_url": ["WS", "ws://localhost:8080/ws"]
}
}
# ---------------------------- G
, "GEMINI": {
# https://docs.gemini.com/rest-api
@@ -426,7 +437,7 @@
, "mktdata" : {
"class": "cvttpy.exchanges.mkt_simulator.mkt_data.MktSimMdClientFeed"
"ws_url": "ws://localhost:8080/ws"
"ws_url": ["WS", "ws://localhost:8080/ws"]
}
}
# ---------------------------- O