20260808
This commit is contained in:
+19
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user