bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
413 stars 222 forks source link

[HitBTC] OrderBook is missing support of timestamp #561

Open dp770 opened 4 years ago

dp770 commented 4 years ago

Documentation: https://api.hitbtc.com/#order-book Stream URL: https://api.hitbtc.com/api/2/public/orderbook/ETHBTC Example message: { "ask": [ { "size": "0.088", "price": "0.046002" }, { "size": "0.200", "price": "0.046800" } ], "bid": [ { "size": "0.005", "price": "0.046001" }, { "size": "0.200", "price": "0.046000" } ], "timestamp": "2018-11-19T05:00:28.193Z" }