20260123
This commit is contained in:
@@ -337,8 +337,9 @@
|
|||||||
"class": "cvttpy_trading.exchanges.coinbase.futures.market.InstrumentLoader"
|
"class": "cvttpy_trading.exchanges.coinbase.futures.market.InstrumentLoader"
|
||||||
, "api": {
|
, "api": {
|
||||||
"REST": {
|
"REST": {
|
||||||
"products_method": "GET"
|
"products": {
|
||||||
, "products_url": "https://api.coinbase.com/api/v3/brokerage/products"
|
"method": "GET"
|
||||||
|
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
||||||
, "futures_params": {
|
, "futures_params": {
|
||||||
"product_type": "FUTURE"
|
"product_type": "FUTURE"
|
||||||
, "contract_expiry_type": "PERPETUAL" #"EXPIRING"
|
, "contract_expiry_type": "PERPETUAL" #"EXPIRING"
|
||||||
@@ -348,6 +349,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
, "GEMINI": {
|
, "GEMINI": {
|
||||||
"instruments": {
|
"instruments": {
|
||||||
# --- PAIRs
|
# --- PAIRs
|
||||||
|
|||||||
Reference in New Issue
Block a user