20250827
This commit is contained in:
parent
f52bc56171
commit
1cef86db6b
@ -317,6 +317,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
, "COINBASE-FUT": {
|
||||||
|
"instruments": {}
|
||||||
|
, "dynamic_instruments": {
|
||||||
|
# dynamically created instruments (futures)
|
||||||
|
"credentials_key": "COINBASE_ADV_RO"
|
||||||
|
"class": "cvttpy_trading.exchanges.coinbase.market.InstrumentLoader"
|
||||||
|
, "api": {
|
||||||
|
"REST": {
|
||||||
|
"products_method": "GET"
|
||||||
|
, "products_url": "https://api.coinbase.com/api/v3/brokerage/products"
|
||||||
|
, "futures_params": {
|
||||||
|
"product_type": "FUTURE"
|
||||||
|
, "contract_expiry_type": "EXPIRING"
|
||||||
|
, "expiring_contract_status": "STATUS_UNEXPIRED"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
, "GEMINI": {
|
, "GEMINI": {
|
||||||
"instruments": {
|
"instruments": {
|
||||||
# --- PAIRs
|
# --- PAIRs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user