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