Kraken Client Command Line Application for Windows, OSX and Linux
Kraken Client CommandsKraken WebSockets Public API offers real-time market data updates. WebSockets is a bidirectional protocol offering fastest real-time data, helping you build real-time applications.
Client component supports Ticker, OHLC, Trade, Booke, Spread, Ping and other methods.
Kraken Client Win32
Kraken Client Win32
Kraken Client Win64
Kraken Client Win64
Kraken Client OSX64
Kraken Client OSX64
Kraken Client OSXARM64
Kraken Client OSXARM64
Kraken Client Linux64
Kraken Client Linux64
How Open a new Kraken ConnectionExample: open a websocket connection to Socket.IO server
|
Subscribe TickerExample: subscribe ticker XBT/USD
|
How close connection
|
UnSubscribe TickerExample: unsubscribe ticker XBT/USD
|
Subscribe OHLCExample: subscribe OHLC XBT/USD 5min
|
Subscribe TradesExample: subscribe Trades XBT/USD
|
Subscribe BookExample: subscribe Book Depth 25 XBT/USD
|
Subscribe ALLExample: subscribe ALL XBT/USD
|
TCP ServerAll console applications can run an internal TCP Server that allows to send and receive commands as if were written directly on the console application. Just start the application with the command -server and a new server will be started listening on port 8080. Example: if you want enable the server on WebSocket client, start the console application as follows:
Find below the full TCP Server parameters:
If the server is enabled, a client connected to this server can send any JSON message and will receive any response as if was written directly from console application. Example: if you want enable server on IP 192.168.1.1 and Port 5412
|