This is a simple application, based on several Open-Sourse API's:
- Binance API
- WhiteBit API
- Telegram Bots API
This application was originally developed for simple arbitrage status check, but I've continued to add features and improvements since then.
The program is written in Java and requires a compiler with Java 11 support. The only dependencies needed are included in pom.xml file in this repository.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone this repository on your local machine and open it on your IDE. Press Code -> Download ZIP -> Open file with IntelliJ Idea (Or other IDE)
Alternatively, press Code -> copy HTTPS link -> Open IntelliJ IDEA -> File -> New -> Project from Version Control -> Insert this link
- [Java] - The main programming language.
- [Binance API] - was used to check USDT/UAH bid/ask state instantly from Binance.
- [WhiteBit API] - was used to check USDT/UAH bid/ask state instantly from WhiteBit.
- [Telegram Bot API] - was used as a main graphic User-Interface.
- Dmitry Gaydabura - Initial work, Revorking, Improvements, Implementing extra functionality - Dmitry Gaydabura