Releases: bitvavo/node-bitvavo-api
Releases · bitvavo/node-bitvavo-api
v1.4.1
v1.4.0
Features
- Add methods to retrieve fees via a new endpoint
Fixes
- Fixes an issue on the WebSocket waiting for authentication
v1.3.3
Add the contributing guide to this repository.
v1.3.2
Uses a dedicated user to publish SDKs.
v1.3.1
Change <websocket|websockets> to WebSocket.
v1.3.0
Make the SDK work in the browser.
Changes:
- Replace Node.js-specific tools with generic libraries
- Update dependencies
- Add unit tests
v1.2.3
Node Bitvavo API
Support HTTP2 Standards (Convert headers to lowercase)
Node Bitvavo API
- Added account endpoint
- Added example for stoploss
Node Bitvavo API
Implemented the following changes to the API
- Added bestBidSize and bestAskSize to tickerBook and websocket ticker.
- Added bestBid, bestBidSize, bestAsk, bestAskSize and timestamp to ticker24h.
- Added tradeIdFrom/tradeIdTo and orderIdFrom/orderIdTo to limit returned trades/orders (deprecating tradeId/orderId in those searches).
- Added ticker24h websocket stream.