20250826
This commit is contained in:
parent
420db0fe4e
commit
3e774723c1
@ -342,6 +342,23 @@
|
||||
, "name": "Coinbase Advanced Trade Futures"
|
||||
, "type": "FUTURES"
|
||||
|
||||
, "mktdata" : {
|
||||
"class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseMdFeed"
|
||||
|
||||
, "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"
|
||||
"url": "wss://advanced-trade-ws.coinbase.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
, "order_entry": {
|
||||
"credentials_key": "COINBASE_ADV_TRD"
|
||||
"class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient"
|
||||
@ -371,23 +388,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
, "mktdata" : {
|
||||
"class": "cvttpy_trading.exchanges.coinbase.spot.mkt_data.CoinbaseMdFeed"
|
||||
|
||||
, "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"
|
||||
"url": "wss://advanced-trade-ws.coinbase.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
# ---------------------------- G
|
||||
, "GEMINI": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user