A high-performance, lightweight proxy API server built with Rust. This project forwards requests to Binance's API while allowing query parameter manipulation.
- Supports forwarding requests to both Binance's Spot and Futures APIs.
- Lightweight and high-performance implementation using
actix-web
andreqwest
. - Asynchronous and non-blocking architecture for maximum throughput.
- Safe and efficient query parameter management.
- Error handling with detailed logs for debugging.
-
Rust (Nightly or Stable)
- Install Rust via rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Verify installation:
rustc --version cargo --version
- Install Rust via rustup:
-
Git (optional)
- Clone this repository:
git clone https://github.com/your_username/binance-proxy-api.git cd binance-proxy-api
- Clone this repository:
- Compile the project:
cargo build --release