20260323
This commit is contained in:
+51
-51
@@ -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": {
|
, "COINBASE_AT": {
|
||||||
"exchange_id": "COINBASE"
|
"exchange_id": "COINBASE"
|
||||||
, "name": "Coinbase Advanced Trade"
|
, "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": {
|
, "COINBASE_FUT": {
|
||||||
"exchange_id": "COINBASE-FUT"
|
"exchange_id": "COINBASE-FUT"
|
||||||
, "name": "Coinbase Advanced Trade Futures"
|
, "name": "Coinbase Advanced Trade Futures"
|
||||||
|
|||||||
Reference in New Issue
Block a user