This project leverages the Bitfinex public API to identify arbitrage opportunities in cryptocurrency markets. By implementing the Bellman-Ford algorithm, the system detects negative-weight cycles in the graph representation of currency exchange rates, which signal profitable arbitrage opportunities.
Designed for educational purpose, this project showcases the application of graph theory in real-world financial scenarios. It features a modular structure, making it easy to extend or adapt for other APIs or financial markets.