Skip to content

A Rust project to compare the price differences between Gate and Binance exchanges. It fetches the top 10 levels of the order book and trade data from both exchanges, and writes the data into separate CSV files (4 files in total). This project helps identify potential arbitrage opportunities between the two exchanges.

Notifications You must be signed in to change notification settings

lijiachang/exchange-price-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exchange-price-diff

A Rust project to compare the price differences between Gate and Binance exchanges.
It fetches the top 10 levels of the order book and trade data from both exchanges, and writes the data into separate CSV files (4 files in total).
This project helps identify potential arbitrage opportunities between the two exchanges.

change config.toml

symbols = ["ETH_USDT", "SOL_USDT", "BNB_USDT"]

Run

cargo run

About

A Rust project to compare the price differences between Gate and Binance exchanges. It fetches the top 10 levels of the order book and trade data from both exchanges, and writes the data into separate CSV files (4 files in total). This project helps identify potential arbitrage opportunities between the two exchanges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages