20250809
This commit is contained in:
parent
45e23b0c18
commit
023ce27171
@ -291,17 +291,9 @@
|
|||||||
, "type": "SPOT"
|
, "type": "SPOT"
|
||||||
|
|
||||||
, "order_entry": {
|
, "order_entry": {
|
||||||
|
"credentials_key": "COINBASE_ADV_TRD"
|
||||||
"class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient"
|
"class": "cvttpy_trading.exchanges.coinbase.spot.oe_client.CoinbaseSpotOEClient"
|
||||||
|
|
||||||
# D E P R E C A T E D
|
|
||||||
# , "ws_url": ["WSS", "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"]
|
|
||||||
# }
|
|
||||||
# D E P R E C A T E D
|
|
||||||
|
|
||||||
, "api": {
|
, "api": {
|
||||||
"web_socket": {
|
"web_socket": {
|
||||||
"url": "wss://advanced-trade-ws.coinbase.com"
|
"url": "wss://advanced-trade-ws.coinbase.com"
|
||||||
@ -318,14 +310,6 @@
|
|||||||
"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"
|
||||||
|
|
||||||
# D E P R E C A T E D
|
|
||||||
# , "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"]
|
|
||||||
# }
|
|
||||||
# D E P R E C A T E D
|
|
||||||
|
|
||||||
, "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"]
|
||||||
@ -342,10 +326,6 @@
|
|||||||
, "max_connections": 10
|
, "max_connections": 10
|
||||||
, "price_throttle": true
|
, "price_throttle": true
|
||||||
|
|
||||||
# D E P R E C A T E D
|
|
||||||
# , "ws_url": ["WSS", "wss://ws-feed.exchange.coinbase.com"]
|
|
||||||
# D E P R E C A T E D
|
|
||||||
|
|
||||||
, "api": {
|
, "api": {
|
||||||
"REST": {
|
"REST": {
|
||||||
"products_url": "https://api.exchange.coinbase.com/products"
|
"products_url": "https://api.exchange.coinbase.com/products"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user