bybit-rust-api 0.4.0

Complete Rust SDK for Bybit API V5 with all endpoints, comprehensive type safety and full test coverage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Bybit API credentials
# Copy this file to .env and fill in your keys
# .env is gitignored — never commit real credentials

# Mainnet
BYBIT_API_KEY=your_api_key_here
BYBIT_API_SECRET=your_api_secret_here

# Testnet
BYBIT_TESTNET_API_KEY=your_testnet_api_key_here
BYBIT_TESTNET_API_SECRET=your_testnet_api_secret_here

# Optional: custom base URL (for regional endpoints)
# BYBIT_BASE_URL=https://api.bybit.tr