A Cpp client to interact with Bybit's Restful API.
Download the source code and compile
$ cd ~/sourceCodeDir/
$ cmake .
$ make
Please note that the cpp client depend on openssl
and curl
lib.
You can install them by following command:
$ apt-get install openssl
$ apt-get install libcurl4-openssl-dev