From 0ceaf8d7a3512cd86534620de6c840b0e714c308 Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Sat, 8 Aug 2026 00:52:01 +0000 Subject: [PATCH] 20260808 --- data/refdata/exchanges.cfg | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/data/refdata/exchanges.cfg b/data/refdata/exchanges.cfg index 736cc8a..d1787f0 100644 --- a/data/refdata/exchanges.cfg +++ b/data/refdata/exchanges.cfg @@ -423,17 +423,26 @@ "credentials_key": "COINBASE_ADV_RO" , "api": { "REST": { - "products": { - "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_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" + }, + { + "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" } - } + ] } } }