C/C++ authenticated websocket connection to Kraken crypto exchange.
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/
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/