20260124
This commit is contained in:
@@ -271,7 +271,7 @@
|
|||||||
}
|
}
|
||||||
, "COINBASE-FUT": {
|
, "COINBASE-FUT": {
|
||||||
, "dynamic_instruments": {
|
, "dynamic_instruments": {
|
||||||
# dynamically created instruments (futures)
|
# dynamically created instruments (expiring futures)
|
||||||
"credentials_key": "COINBASE_ADV_RO"
|
"credentials_key": "COINBASE_ADV_RO"
|
||||||
"class": "cvttpy_trading.exchanges.coinbase.futures.market.InstrumentLoader"
|
"class": "cvttpy_trading.exchanges.coinbase.futures.market.InstrumentLoader"
|
||||||
, "api": {
|
, "api": {
|
||||||
@@ -281,7 +281,7 @@
|
|||||||
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
||||||
, "params": {
|
, "params": {
|
||||||
"product_type": "FUTURE"
|
"product_type": "FUTURE"
|
||||||
# , "contract_expiry_type": "PERPETUAL" #"EXPIRING"
|
, "contract_expiry_type": "EXPIRING" # "PERPETUAL" #
|
||||||
, "expiring_contract_status": "STATUS_UNEXPIRED"
|
, "expiring_contract_status": "STATUS_UNEXPIRED"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user