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
- macOS
- C++ 17
- Boost (This project use 1.88)
- Json lib: nlohmann json (https://github.com/nlohmann/json)
- Rest client: httplib (https://github.com/yhirose/cpp-httplib)
BITCOM_REST_HOST: Rest api hostBITCOM_WS_HOST: Websocket hostBITCOM_AK: Access-keyBITCOM_SK: Private-key
cmake -S . -B out
cmake --build outmake
./out/bit_client rest./out/bit_client public-ws./out/bit_client private-ws