Skip to content

ericyeungcode/bitcom-cpp-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bit.com C++ api sdk

API request/response format

https://www.bit.com/docs/en-us/spot.html#order

Guidelines for account mode

https://www.bit.com/docs/en-us/spot.html#guidelines-for-account-mode

API Host:

https://www.bit.com/docs/en-us/spot.html#spot-api-hosts-production

Tested OS

  • Ubuntu 20.04 LTS
  • MacOs Ventura

C++ version

  • C++ 17

Dependencies

How to run

  • setup env variables: BITCOM_REST_HOST, BITCOM_WS_HOST, BITCOM_AK, BITCOM_SK

Test REST api

make
./main rest

Test public websocket

./main public-ws

Test private websocket

./main private-ws

About

bit.com C++ 17 api client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors