20260808
This commit is contained in:
+19
-10
@@ -423,17 +423,26 @@
|
|||||||
"credentials_key": "COINBASE_ADV_RO"
|
"credentials_key": "COINBASE_ADV_RO"
|
||||||
, "api": {
|
, "api": {
|
||||||
"REST": {
|
"REST": {
|
||||||
"products": {
|
"product_groups": [
|
||||||
"method": "GET"
|
{
|
||||||
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
"product_type": "PERP",
|
||||||
, "params": {
|
"method": "GET"
|
||||||
"product_type": "FUTURE"
|
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
||||||
, "contract_expiry_type": "PERPETUAL"
|
, "params": {
|
||||||
, "futures_underlying_type": "FUTURES_UNDERLYING_TYPE_SPOT"
|
"product_type": "FUTURE"
|
||||||
# , "contract_expiry_type": "EXPIRING" #
|
, "contract_expiry_type": "PERPETUAL"
|
||||||
# , "expiring_contract_status": "STATUS_UNEXPIRED"
|
, "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