From 0a9bdb806e146c487745aa9a2c7592c4f73989bd Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Mon, 23 Mar 2026 20:01:01 +0000 Subject: [PATCH] 20260323 --- data/refdata/exchanges.cfg | 102 ++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/data/refdata/exchanges.cfg b/data/refdata/exchanges.cfg index 394d3d2..eae7ba8 100644 --- a/data/refdata/exchanges.cfg +++ b/data/refdata/exchanges.cfg @@ -289,57 +289,6 @@ } } } - , "COINBASE_AT_SIM": { - "exchange_id": "COINBASE" - , "name": "Coinbase Advanced Trade (Simulated)" - , "type": "SPOT" - , "quote_asset": "USD" - - , "mktdata" : { - "class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseSpotMdFeed" - - , "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" - } - } - } - , "order_entry": { - "credentials_key": "COINBASE_ADV_TRD" - "class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient" - - , "api": { - "web_socket": { - "url": "wss://advanced-trade-ws.coinbase.com" - } - , "REST": { - "open_orders_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/orders/historical/batch"] - , "submit_order_url": ["POST", "https://api.coinbase.com/api/v3/brokerage/orders"] - , "cancel_order_url": ["POST", "https://api.coinbase.com/api/v3/brokerage/orders/batch_cancel"] - } - } - } - - , "accounting": { - "credentials_key": "COINBASE_ADV_RO" - "class": "cvttpy_trading.exchanges.coinbase.spot.account.CoinbaseSpotAccounting" - - , "api": { - "REST": { - "balances_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/accounts"] - , "get_trades_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/orders/historical/fills"] - , "get_transactions_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/transaction_summary"] - } - } - } - } , "COINBASE_AT": { "exchange_id": "COINBASE" , "name": "Coinbase Advanced Trade" @@ -391,6 +340,57 @@ } } } + , "COINBASE_AT_SIM": { + "exchange_id": "COINBASE" + , "name": "Coinbase AT (Simulated)" + , "type": "SPOT" + , "quote_asset": "USD" + + # , "mktdata" : { + # "class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseSpotMdFeed" + + # , "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" + # } + # } + # } + # , "order_entry": { + # "credentials_key": "COINBASE_ADV_TRD" + # "class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient" + + # , "api": { + # "web_socket": { + # "url": "wss://advanced-trade-ws.coinbase.com" + # } + # , "REST": { + # "open_orders_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/orders/historical/batch"] + # , "submit_order_url": ["POST", "https://api.coinbase.com/api/v3/brokerage/orders"] + # , "cancel_order_url": ["POST", "https://api.coinbase.com/api/v3/brokerage/orders/batch_cancel"] + # } + # } + # } + + # , "accounting": { + # "credentials_key": "COINBASE_ADV_RO" + # "class": "cvttpy_trading.exchanges.coinbase.spot.account.CoinbaseSpotAccounting" + + # , "api": { + # "REST": { + # "balances_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/accounts"] + # , "get_trades_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/orders/historical/fills"] + # , "get_transactions_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/transaction_summary"] + # } + # } + # } + } , "COINBASE_FUT": { "exchange_id": "COINBASE-FUT" , "name": "Coinbase Advanced Trade Futures"