20260324
This commit is contained in:
@@ -3,6 +3,57 @@
|
||||
{
|
||||
"__DUMMY__": {}
|
||||
# ----------------------------- A
|
||||
, "TRADING_SIMULATOR": {
|
||||
# "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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
, "ALPACA_PROD": {
|
||||
# https://docs.alpaca.markets/reference/
|
||||
"exchange_id": "ALPACA"
|
||||
|
||||
Reference in New Issue
Block a user