Skip to content

Releases: bitvavo/node-bitvavo-api

v1.4.1

26 Feb 12:46
Compare
Choose a tag to compare

Update the date in the license file.

v1.4.0

19 Feb 09:22
Compare
Choose a tag to compare

Features

Fixes

  • Fixes an issue on the WebSocket waiting for authentication

v1.3.3

16 Jan 12:38
Compare
Choose a tag to compare

Add the contributing guide to this repository.

v1.3.2

28 Dec 15:51
Compare
Choose a tag to compare

Uses a dedicated user to publish SDKs.

v1.3.1

13 Dec 13:38
Compare
Choose a tag to compare

Change <websocket|websockets> to WebSocket.

v1.3.0

28 Nov 16:32
Compare
Choose a tag to compare

Make the SDK work in the browser.

Changes:

  • Replace Node.js-specific tools with generic libraries
  • Update dependencies
  • Add unit tests

v1.2.3

16 Nov 12:25
ef017a5
Compare
Choose a tag to compare

Improves the developer workflow.

Add support for:

  • clientOrderId - use a personalized UUID to create, identify and update orders.
  • unsubscribe - from a previously opened websocket connection.

Node Bitvavo API

07 Jul 14:43
d8217e1
Compare
Choose a tag to compare

Support HTTP2 Standards (Convert headers to lowercase)

Node Bitvavo API

30 Oct 13:22
ba3c853
Compare
Choose a tag to compare
  • Added account endpoint
  • Added example for stoploss

Node Bitvavo API

14 Aug 11:55
Compare
Choose a tag to compare

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.