This commit is contained in:
Cryptoval Trading Technologies 2025-08-27 20:46:01 +00:00
parent 98e08b86b7
commit 9ae93e6132

View File

@ -290,6 +290,23 @@
, "name": "Coinbase Advanced Trade"
, "type": "SPOT"
, "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"
@ -319,23 +336,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"
}
}
}
}
, "COINBASE_FUT": {
"exchange_id": "COINBASE-FUT"