diff --git a/data/refdata/exchanges.cfg b/data/refdata/exchanges.cfg index 490bef5..b2c4f8a 100644 --- a/data/refdata/exchanges.cfg +++ b/data/refdata/exchanges.cfg @@ -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": {