20260805
This commit is contained in:
@@ -398,7 +398,7 @@
|
||||
, "type": "FUTURES"
|
||||
, "quote_asset": "USDC"
|
||||
|
||||
, "dynamic_instruments": { #
|
||||
, "dynamic_instruments": { # DEPRECATED, replaced by "instruments_upload" section
|
||||
# dynamically created instruments (perpetual/expiring futures)
|
||||
"class": "cvttpy_trading.exchanges.coinbase.futures.market.CoinbaseFutInstrumentLoader"
|
||||
"credentials_key": "COINBASE_ADV_RO"
|
||||
@@ -418,6 +418,25 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
, "instruments_upload": {
|
||||
"class": "cvttpy_trading.exchanges.coinbase.futures.market.CoinbaseFutInstrumentLoader"
|
||||
"credentials_key": "COINBASE_ADV_RO"
|
||||
, "api": {
|
||||
"REST": {
|
||||
"products": {
|
||||
"method": "GET"
|
||||
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
||||
, "params": {
|
||||
"product_type": "FUTURE"
|
||||
, "contract_expiry_type": "PERPETUAL"
|
||||
, "futures_underlying_type": "FUTURES_UNDERLYING_TYPE_SPOT"
|
||||
# , "contract_expiry_type": "EXPIRING" #
|
||||
# , "expiring_contract_status": "STATUS_UNEXPIRED"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
, "mktdata" : {
|
||||
"credentials_key": "COINBASE_ADV_TRD"
|
||||
"class": "cvttpy_trading.exchanges.coinbase.futures.mkt_data.CoinbaseFutMdFeed"
|
||||
|
||||
Reference in New Issue
Block a user