This commit is contained in:
Cryptoval Trading Technologies
2026-03-24 20:16:01 +00:00
parent dd206be73f
commit f1e5dbb355
+29 -29
View File
@@ -341,10 +341,10 @@
} }
} }
, "TRADING_SIMULATOR": { , "TRADING_SIMULATOR": {
"exchange_id": "COINBASE" # "exchange_id": "COINBASE"
, "name": "Coinbase AT (Simulated)" # , "name": "Coinbase AT (Simulated)"
, "type": "SPOT" # , "type": "SPOT"
, "quote_asset": "USD" # , "quote_asset": "USD"
# , "mktdata" : { # , "mktdata" : {
# "class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseSpotMdFeed" # "class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseSpotMdFeed"
@@ -362,34 +362,34 @@
# } # }
# } # }
# } # }
# , "order_entry": { , "order_entry": {
# "credentials_key": "COINBASE_ADV_TRD" "credentials_key": "COINBASE_ADV_TRD"
# "class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient" "class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient"
# , "api": { , "api": {
# "web_socket": { "web_socket": {
# "url": "wss://advanced-trade-ws.coinbase.com" "url": "wss://advanced-trade-ws.coinbase.com"
# } }
# , "REST": { , "REST": {
# "open_orders_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/orders/historical/batch"] "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"] , "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"] , "cancel_order_url": ["POST", "https://api.coinbase.com/api/v3/brokerage/orders/batch_cancel"]
# } }
# } }
# } }
# , "accounting": { , "accounting": {
# "credentials_key": "COINBASE_ADV_RO" "credentials_key": "COINBASE_ADV_RO"
# "class": "cvttpy_trading.exchanges.coinbase.spot.account.CoinbaseSpotAccounting" "class": "cvttpy_trading.exchanges.coinbase.spot.account.CoinbaseSpotAccounting"
# , "api": { , "api": {
# "REST": { "REST": {
# "balances_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/accounts"] "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_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"] , "get_transactions_url": ["GET", "https://api.coinbase.com/api/v3/brokerage/transaction_summary"]
# } }
# } }
# } }
} }
, "COINBASE_FUT": { , "COINBASE_FUT": {
"exchange_id": "COINBASE-FUT" "exchange_id": "COINBASE-FUT"