From c3f730cde9a7ae340f1d863a7d2eedfaf5782af9 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 8 Feb 2024 21:32:50 -0500 Subject: [PATCH] Create bybit.json --- bybit.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bybit.json diff --git a/bybit.json b/bybit.json new file mode 100644 index 0000000..d7c41d2 --- /dev/null +++ b/bybit.json @@ -0,0 +1,17 @@ +{ + "description": "ByBit is a Singapore domiciled cryptocurrency exchange. The integration with QuantConnect supports cryptocurrency spot and futures trading, four orders types, and both cash and margin trading.", + + "platforms-features": [ + { + "Platforms": ["Cloud Platform", "Local Platform", "LEAN CLI"], + "Download Data": [1,1,1], + "Backtesting": [1,1,1], + "Optimization": [1,1,1], + "Live Trading": [1,1,1] + } + ], + "order-types": ["Market", "Limit", "Stop Market", "Stop Limit"], + "assets": ["Crypto Spot", "Crypto Futures"], + "brokerage-url": "https://www.bybit.com/en/", + "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bybit" +}