20260731
This commit is contained in:
@@ -336,24 +336,24 @@
|
|||||||
"trade_symbol": "XRP-PERP-INTX"
|
"trade_symbol": "XRP-PERP-INTX"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, "dynamic_instruments": {
|
# , "dynamic_instruments": {
|
||||||
# dynamically created instruments (expiring futures)
|
# # dynamically created instruments (expiring futures)
|
||||||
"credentials_key": "COINBASE_ADV_RO"
|
# "credentials_key": "COINBASE_ADV_RO"
|
||||||
"class": "cvttpy_trading.exchanges.coinbase.futures.market.InstrumentLoader"
|
# "class": "cvttpy_trading.exchanges.coinbase.futures.market.InstrumentLoader"
|
||||||
, "api": {
|
# , "api": {
|
||||||
"REST": {
|
# "REST": {
|
||||||
"products": {
|
# "products": {
|
||||||
"method": "GET"
|
# "method": "GET"
|
||||||
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
# , "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
||||||
, "params": {
|
# , "params": {
|
||||||
"product_type": "FUTURE"
|
# "product_type": "FUTURE"
|
||||||
, "contract_expiry_type": "EXPIRING" # "PERPETUAL" #
|
# , "contract_expiry_type": "EXPIRING" # "PERPETUAL" #
|
||||||
, "expiring_contract_status": "STATUS_UNEXPIRED"
|
# , "expiring_contract_status": "STATUS_UNEXPIRED"
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
, "GEMINI": {
|
, "GEMINI": {
|
||||||
"instruments": {
|
"instruments": {
|
||||||
|
|||||||
@@ -398,6 +398,24 @@
|
|||||||
, "type": "FUTURES"
|
, "type": "FUTURES"
|
||||||
, "quote_asset": "USDC"
|
, "quote_asset": "USDC"
|
||||||
|
|
||||||
|
, "dynamic_instruments": {
|
||||||
|
# dynamically created instruments (perpetual futures)
|
||||||
|
"credentials_key": "COINBASE_ADV_RO"
|
||||||
|
"class": "cvttpy_trading.exchanges.coinbase.futures.market.InstrumentLoader"
|
||||||
|
, "api": {
|
||||||
|
"REST": {
|
||||||
|
"products": {
|
||||||
|
"method": "GET"
|
||||||
|
, "url": "https://api.coinbase.com/api/v3/brokerage/products"
|
||||||
|
, "params": {
|
||||||
|
"product_type": "FUTURE"
|
||||||
|
, "contract_expiry_type": "EXPIRING" # "PERPETUAL" #
|
||||||
|
, "expiring_contract_status": "STATUS_UNEXPIRED"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
, "mktdata" : {
|
, "mktdata" : {
|
||||||
"credentials_key": "COINBASE_ADV_TRD"
|
"credentials_key": "COINBASE_ADV_TRD"
|
||||||
"class": "cvttpy_trading.exchanges.coinbase.futures.mkt_data.CoinbaseFutMdFeed"
|
"class": "cvttpy_trading.exchanges.coinbase.futures.mkt_data.CoinbaseFutMdFeed"
|
||||||
|
|||||||
Reference in New Issue
Block a user