This commit is contained in:
Cryptoval Trading Technologies 2025-08-26 22:48:01 +00:00
parent 420db0fe4e
commit 3e774723c1

View File

@ -342,6 +342,23 @@
, "name": "Coinbase Advanced Trade Futures"
, "type": "FUTURES"
, "mktdata" : {
"class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseMdFeed"
, "reconnect_secs": 2
, "max_connections": 10
, "price_throttle": true
, "api": {
"REST": {
"products_url": "https://api.exchange.coinbase.com/products"
},
"web_socket": {
# "url": "wss://ws-feed.exchange.coinbase.com"
"url": "wss://advanced-trade-ws.coinbase.com"
}
}
}
, "order_entry": {
"credentials_key": "COINBASE_ADV_TRD"
"class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient"
@ -371,23 +388,6 @@
}
}
, "mktdata" : {
"class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseMdFeed"
, "reconnect_secs": 2
, "max_connections": 10
, "price_throttle": true
, "api": {
"REST": {
"products_url": "https://api.exchange.coinbase.com/products"
},
"web_socket": {
# "url": "wss://ws-feed.exchange.coinbase.com"
"url": "wss://advanced-trade-ws.coinbase.com"
}
}
}
}
# ---------------------------- G
, "GEMINI": {