This commit is contained in:
Cryptoval Trading Technologies
2026-01-23 22:18:01 +00:00
parent e988c410a6
commit 228da4819d
+4 -2
View File
@@ -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