C/C++ authenticated websocket connection to Kraken crypto exchange.

Job ID: 33223515

Budget: $10 – $30 USD

Simple straight C/C++ code (just ssl+crypto libs) to build under Linux with NO 3rd party socket libraries
to make authenticated websocket connection to the Kraken crypto exchange to pull private user data.

To do this you will need a free Kraken account to create an api-key; This key & secret is used in call to
public REST API endpoint "GetWebSocketsToken", to get an authentification token, which is used in subsequent authenticated websocket calls.
Authenticated websocket calls include: balance, ownTrades, openOrders, ect.
Only an Authenticated websocket call is required, parse result only to verify call status, data parse not needed.
C or C++ sourcecode is required. See: https://docs.kraken.com/websockets/
Related categories: C Programming Linux C++ Programming Socket IO SSL