This commit is contained in:
Cryptoval Trading Technologies
2026-01-24 18:31:01 +00:00
parent 685051d9e1
commit 11a81e5eb7
+18 -122
View File
@@ -270,24 +270,6 @@
} }
} }
, "COINBASE-FUT": { , "COINBASE-FUT": {
, "dynamic_instruments": {
# dynamically created instruments (expiring 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"
}
}
}
}
}
"instruments": { "instruments": {
, "PERP-ADA-USDC": { , "PERP-ADA-USDC": {
"md_symbol": "ADA-PERP-INTX", "md_symbol": "ADA-PERP-INTX",
@@ -354,6 +336,24 @@
"trade_symbol": "XRP-PERP-INTX" "trade_symbol": "XRP-PERP-INTX"
} }
} }
, "dynamic_instruments": {
# dynamically created instruments (expiring 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"
}
}
}
}
}
} }
, "GEMINI": { , "GEMINI": {
"instruments": { "instruments": {
@@ -374,110 +374,6 @@
"quote_increment": 0.5, "quote_increment": 0.5,
} }
} }
# "PERP-BNB-GUSD": {
# "md_symbol": "BNBGUSDPERP",
# "trade_symbol": "BNBGUSDPERP",
# "base_asset": "BNBGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-ETH-GUSD": {
# "md_symbol": "ETHGUSDPERP",
# "trade_symbol": "ETHGUSDPERP",
# "base_asset": "ETHGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-PEPE-GUSD": {
# "md_symbol": "PEPEGUSDPERP",
# "trade_symbol": "PEPEGUSDPERP",
# "base_asset": "PEPEGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-XRP-GUSD": {
# "md_symbol": "XRPGUSDPERP",
# "trade_symbol": "XRPGUSDPERP",
# "base_asset": "XRPGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-SOL-GUSD": {
# "md_symbol": "SOLGUSDPERP",
# "trade_symbol": "SOLGUSDPERP",
# "base_asset": "SOLGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-MATIC-GUSD": {
# "md_symbol": "MATICGUSDPERP",
# "trade_symbol": "MATICGUSDPERP",
# "base_asset": "MATICGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-DOGE-GUSD": {
# "md_symbol": "DOGEGUSDPERP",
# "trade_symbol": "DOGEGUSDPERP",
# "base_asset": "DOGEGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-DOT-GUSD": {
# "md_symbol": "DOTGUSDPERP",
# "trade_symbol": "DOTGUSDPERP",
# "base_asset": "DOTGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-AVAX-GUSD": {
# "md_symbol": "AVAXGUSDPERP",
# "trade_symbol": "AVAXGUSDPERP",
# "base_asset": "AVAXGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-LTC-GUSD": {
# "md_symbol": "LTCGUSDPERP",
# "trade_symbol": "LTCGUSDPERP",
# "base_asset": "LTCGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-INJ-GUSD": {
# "md_symbol": "INJGUSDPERP",
# "trade_symbol": "INJGUSDPERP",
# "base_asset": "INJGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-LINK-GUSD": {
# "md_symbol": "LINKGUSDPERP",
# "trade_symbol": "LINKGUSDPERP",
# "base_asset": "LINKGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
# "PERP-WIF-GUSD": {
# "md_symbol": "WIFGUSDPERP",
# "trade_symbol": "WIFGUSDPERP",
# "base_asset": "WIFGUSDPERP",
# "specifics": {
# "quote_increment": 0.5,
# }
# },
} }
} }
, "KRAKEN": { , "KRAKEN": {