https://github.com/penberg/bitmex-api
BitMEX API for C++
https://github.com/penberg/bitmex-api
bitmex bitmex-api cplusplus
Last synced: 3 months ago
JSON representation
BitMEX API for C++
- Host: GitHub
- URL: https://github.com/penberg/bitmex-api
- Owner: penberg
- License: apache-2.0
- Created: 2021-01-02T09:52:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T09:52:40.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T12:06:05.241Z (6 months ago)
- Topics: bitmex, bitmex-api, cplusplus
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitMEX API for C++
This is an client implementation of the BitMEX API for C++.
The library is transport-agnostic so you need a WebSocket library, such as [WebSocket++](https://github.com/zaphoyd/websocketpp) for a working solution.
Please see the [example application](examples/monitor.cpp) for more information.