This commit is contained in:
Cryptoval Trading Technologies
2026-08-08 00:52:01 +00:00
parent ed67455460
commit 0ceaf8d7a3
+13 -4
View File
@@ -423,17 +423,26 @@
"credentials_key": "COINBASE_ADV_RO"
, "api": {
"REST": {
"products": {
"product_groups": [
{
"product_type": "PERP",
"method": "GET"
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
, "params": {
"product_type": "FUTURE"
, "contract_expiry_type": "PERPETUAL"
, "futures_underlying_type": "FUTURES_UNDERLYING_TYPE_SPOT"
# , "contract_expiry_type": "EXPIRING" #
# , "expiring_contract_status": "STATUS_UNEXPIRED"
}
},
{
"product_type": "EXPIRING",
"method": "GET"
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
, "params": {
"product_type": "FUTURE"
, "contract_expiry_type": "EXPIRING"
, "expiring_contract_status": "STATUS_UNEXPIRED"
}
]
}
}
}