Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bybit Cpp client

A Cpp client to interact with Bybit's Restful API.

Installation

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