Skip to content

jiahao6635/binance_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Proxy API - Rust Implementation

A high-performance, lightweight proxy API server built with Rust. This project forwards requests to Binance's API while allowing query parameter manipulation.

Features

  • Supports forwarding requests to both Binance's Spot and Futures APIs.
  • Lightweight and high-performance implementation using actix-web and reqwest.
  • Asynchronous and non-blocking architecture for maximum throughput.
  • Safe and efficient query parameter management.
  • Error handling with detailed logs for debugging.

Table of Contents


Installation

Prerequisites

  • 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
  • Git (optional)

    • Clone this repository:
      git clone https://github.com/your_username/binance-proxy-api.git
      cd binance-proxy-api

Usage

Running the Application

  1. Compile the project:
    cargo build --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages