https://www.bit.com/docs/en-us/spot.html#order
https://www.bit.com/docs/en-us/spot.html#guidelines-for-account-mode
https://www.bit.com/docs/en-us/spot.html#spot-api-hosts-production
- Ubuntu 20.04 LTS
- MacOs Ventura
- C++ 17
- Json lib: nlohmann json (https://github.com/nlohmann/json)
- Rest client: httplib (https://github.com/yhirose/cpp-httplib)
- Websocket client: websocketpp (https://github.com/zaphoyd/websocketpp) via
vcpkg(https://github.com/microsoft/vcpkg)
- setup env variables:
BITCOM_REST_HOST,BITCOM_WS_HOST,BITCOM_AK,BITCOM_SK
make
./main rest./main public-ws./main private-ws