20260324
This commit is contained in:
+29
-29
@@ -341,10 +341,10 @@
|
||||
}
|
||||
}
|
||||
, "TRADING_SIMULATOR": {
|
||||
"exchange_id": "COINBASE"
|
||||
, "name": "Coinbase AT (Simulated)"
|
||||
, "type": "SPOT"
|
||||
, "quote_asset": "USD"
|
||||
# "exchange_id": "COINBASE"
|
||||
# , "name": "Coinbase AT (Simulated)"
|
||||
# , "type": "SPOT"
|
||||
# , "quote_asset": "USD"
|
||||
|
||||
# , "mktdata" : {
|
||||
# "class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseSpotMdFeed"
|
||||
@@ -362,34 +362,34 @@
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# , "order_entry": {
|
||||
# "credentials_key": "COINBASE_ADV_TRD"
|
||||
# "class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient"
|
||||
, "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"]
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
, "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"
|
||||
, "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"]
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
, "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"
|
||||
|
||||
Reference in New Issue
Block a user