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

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++

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.