python3-krakenex icon indicating copy to clipboard operation
python3-krakenex copied to clipboard

About the new Kraken Websocket API

Open smechaab opened this issue 6 years ago • 2 comments

Hi there, Will the new Websocket API needs to rewrite some code or new feature design ? I didn't really got into the code, so just asking :)

smechaab avatar Feb 01 '19 07:02 smechaab

Looks like it's a separate API that works alongside the one this library already accesses.

https://blog.kraken.com/post/2019/websockets-public-api-launching-soon/

There appears to be no ETA on when orders can be made through the websockets API, it looks to be exclusively for market data so far.

haslo avatar Feb 01 '19 09:02 haslo

What @haslo said. ^_^

There's also an example API provided by Kraken themselves, (linked in the WS API docs).

It's possible there'll be no need to fiddle with this package, and it can simply be deprecated instead. Time will tell - when the WS API supports the private trading operations, this can be revisited.

veox avatar Feb 01 '19 13:02 veox