3
2
I am writing a trading bot and concerned about rate limits.
I need realtime notifications for change in price either like a PUSH api service.
Bitfinex appears to be the only major exchange that offers PUSH notifications, so I am not concerned with Bitfinex. But all other major exchanges such as Kraken are of concern.
How can I get realtime ticker data for the major bitcoin exchanges?
HitBTC also has a Websocket API, see https://api.hitbtc.com/#socket-api-reference
– mBardos – 2018-02-09T12:58:49.3501While it looks like Kraken has a limit of 1 request per 3 seconds, in reality I find that it handles way more without banning. I have a script getting 4 prices from the API every 3 seconds. According to their docs, that should get me banned in about 20 minutes, but it doesn't. – bluppfisk – 2018-05-15T15:05:16.960