An open API service indexing awesome lists of open source software.

https://github.com/drozhkov/crypto-exchange-client-kucoin

KuCoin crypto exchange C++ client
https://github.com/drozhkov/crypto-exchange-client-kucoin

cpp cryptocurrency cryptocurrency-exchange-software kucoin kucoin-api

Last synced: 9 months ago
JSON representation

KuCoin crypto exchange C++ client

Awesome Lists containing this project

README

          

# KuCoin crypto exchange C++ client

## dependencies
- CMake (3.8+)
- boost (1.75+)
- openssl

## build
```bash
mkdir .build
cd .build
cmake ..
cmake --build .
```

## usage