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
- Host: GitHub
- URL: https://github.com/drozhkov/crypto-exchange-client-kucoin
- Owner: drozhkov
- License: mit
- Created: 2022-01-06T05:24:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T21:14:58.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T01:51:16.472Z (over 1 year ago)
- Topics: cpp, cryptocurrency, cryptocurrency-exchange-software, kucoin, kucoin-api
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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