Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

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