A set of libraries for trading on Binance.us through a C++ application.
- Connection provides an interface for utililizing the HTTPS API.
- OrderBook provides a live updating orderbook which runs a WebSocket feed in the background.
Posix OS - relies on PThread.
See Cmake for all dependancies.
- Incorporate logging instead of printing
- Provide convient ways to export data
- Provide a general WebSocket stream library instead of or in addition to the orderbook
- Support more endpoints
- Better distinguish between routines and functions including using constexpr
- encorporate enums or structs for common requests and replies
- Facilities for monitoring API limits
Simply include library headers where needed and make sure to satisfy all dependancies. See the test app for examples.
- Boost - Boost.Asio, Boost.Beast, and others
This project is licensed under the MIT License