This commit is contained in:
Cryptoval Trading Technologies
2026-07-31 19:57:01 +00:00
parent 7b6efcc687
commit 1f9e98fe1e
+3 -3
View File
@@ -409,10 +409,10 @@
, "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": "EXPIRING" , "contract_expiry_type": "PERPETUAL"
# , "contract_expiry_type": "PERPETUAL" # "PERPETUAL" # # , "contract_expiry_type": "PERPETUAL" # "EXPIRING" #
, "expiring_contract_status": "STATUS_UNEXPIRED" , "expiring_contract_status": "STATUS_UNEXPIRED"
, "futures_underlying_type": "FUTURES_UNDERLYING_TYPE_SPOT" # , "futures_underlying_type": "FUTURES_UNDERLYING_TYPE_SPOT"
} }
} }
} }