This commit is contained in:
Cryptoval Trading Technologies 2025-08-23 00:51:01 +00:00
parent 0e41203177
commit 88fccf318e

View File

@ -336,10 +336,13 @@
} }
, "instruments": { , "instruments": {
"credentials_key": "COINBASE_ADV_RO" "credentials_key": "COINBASE_ADV_RO"
"class": "cvttpy_trading.exchanges.coinbase.spot..CoinbaseMdFeed" "class": "cvttpy_trading.exchanges.coinbase.spot.market.InstrumentLoader"
, "api": { , "api": {
"REST": { "REST": {
"products_url": "https://api.coinbase.com/api/v3/brokerage/products" "products_url": "https://api.coinbase.com/api/v3/brokerage/products"
"futures_params": {
}
} }
} }
} }