This commit is contained in:
Cryptoval Trading Technologies 2025-08-23 01:14:01 +00:00
parent a28a263aea
commit 789e05c539
2 changed files with 16 additions and 16 deletions

View File

@ -299,6 +299,22 @@
"md_symbol": "XRP-USD",
"trade_symbol": "XRP-USD"
},
, "instruments": {
# dynamically created instruments (futures)
"credentials_key": "COINBASE_ADV_RO"
"class": "cvttpy_trading.exchanges.coinbase.spot.market.InstrumentLoader"
, "api": {
"REST": {
"products_method": "GET"
, "products_url": "https://api.coinbase.com/api/v3/brokerage/products"
, "futures_params": {
"product_type": "FUTURE"
, "contract_expiry_type": "EXPIRING"
, "expiring_contract_status": "STATUS_UNEXPIRED"
}
}
}
}
}
}
, "GEMINI": {

View File

@ -335,22 +335,6 @@
}
}
}
, "instruments": {
# dynamically created instruments (futures)
"credentials_key": "COINBASE_ADV_RO"
"class": "cvttpy_trading.exchanges.coinbase.spot.market.InstrumentLoader"
, "api": {
"REST": {
"products_method": "GET"
, "products_url": "https://api.coinbase.com/api/v3/brokerage/products"
, "futures_params": {
"product_type": "FUTURE"
, "contract_expiry_type": "EXPIRING"
, "expiring_contract_status": "STATUS_UNEXPIRED"
}
}
}
}
}
# ---------------------------- G
, "GEMINI": {