Crate bybit_http

Crate bybit_http 

Source
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 ๐Ÿ”’