Expand description
Demonstration binary for testing Bybit HTTP client endpoints.
Run with:
cargo run -p nautilus-bybit --bin bybit-httpFor authenticated endpoints, set environment variables:
export BYBIT_API_KEY=your_key
export BYBIT_API_SECRET=your_secret
cargo run -p nautilus-bybit --bin bybit-httpFunctionsยง
- main ๐
 - test_
authenticated_ ๐endpoints  - test_
public_ ๐endpoints