Skip to content

Gealber/bybit-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bybit-c

Implementation in C of Bybit API. This implementation will contains the code for V5 of the API, previous versions won't be supported. This is a work in progress, so I don't recommend you to rely on it at the moment. This is basically a prototype at the moment.

Third parties libraries used

  1. libcurl, without this library would be literally a pain in the ass to do this job.
  2. cJSON, to parse json.
  3. openssl, in order to sing requests for authenticated endpoints.

Endpoints supported

  1. Market
    1. Get Bybit Server Time
    2. Get Tickers
    3. Get Kline
    4. Get Mark Price Kline
    5. Get Order Book
  2. Trade
    1. Place Order

About

A work in progress implementation of Bybit Exchange API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published