Bybit
tradectl supports Bybit Linear perpetuals (USDT-settled).
Supported Features
- Real-time ticker and trade WebSocket streams
- Market and limit orders
- Take-profit and stop-loss orders
- Leverage configuration
API Key Setup
- Log into Bybit
- Go to API > Create New Key
- Select System-generated API Keys
- Enable Contract - Trade permission
- Set IP restriction (recommended)
Configuration
json
{
"exchange": "bybit",
"market_type": "LINEAR",
"symbols": ["BTCUSDT", "ETHUSDT"],
"leverage": 10
}Testnet
Bybit provides a testnet environment. Mark credentials as Testnet when adding them to your account.