Skip to content

Releases: tiagosiebler/binance

v3.5.10: Update quickstart guide. Move optionalDependencies to dev to reduce bloat.

09 Jun 14:53
b85cc75

Choose a tag to compare

What's Changed

  • chore: update quickstart guide to latest by @tiagosiebler in #671
  • chore(v3.5.10): move optionalDependencies to devDependencies and update README badges by @JJ-Cro in #672

Full Changelog: v3.5.9...v3.5.10

v3.5.9: Add block trade & margin liquidation endpoints. Update examples with imports.

01 Jun 11:44
4d7d850

Choose a tag to compare

What's Changed

  • feat(v3.5.9): add support for historical block trades and margin liquidation loan features, update documentation and examples by @JJ-Cro in #669
  • refactor: update examples to use ES6 import syntax for CoinMClient an… by @JJ-Cro in #670

Full Changelog: v3.5.8...v3.5.9

v3.5.8: Auto resolve usdm wsKey when subscribing to market data, update bracket order example to use passive limit order for TP

04 May 15:22
455f607

Choose a tag to compare

What's Changed

  • feat(v3.5.8): auto resolve usdm wsKey when subscribing to market data, update bracket order example to use passive limit order for TP by @tiagosiebler in #668

Summary

  • Update bracket order example to use limit order for TP. More likely to see a fill if there's a flash move past the TP order.
  • Update subscribe/unsubscribe WebsocketClient methods to automatically resolve the wsKey for usdm futures, when subscribing to market data (see #653 for more details).

Full Changelog: v3.5.7...v3.5.8

v3.5.7: Revert uppercase boolean edge case

29 Apr 09:55
90b52c3

Choose a tag to compare

What's Changed

  • chore(v3.5.7): revert uppercase boolean edge case, after confirmation by @tiagosiebler in #667

Full Changelog: v3.5.6...v3.5.7

v3.5.6: Improve private wsKey resolution for futures userData streams, misc fixes, docs updates, util methods

28 Apr 13:37
948893c

Choose a tag to compare

What's Changed

  • feat(v3.5.6): Improve private wsKey resolution for futures userData streams, misc fixes, docs updates, util methods by @tiagosiebler in #665
  • chore(v3.5.6): bump for release by @tiagosiebler in #666
  • chore: force private url for user data sub request
  • fix: null value handling in algo order REST response
  • feat: inherit util methods around custom order ID generation. feat: intro quickstart guide
  • feat: update quickstart guide & tutorial link
  • chore: revise quickstart guide phrasing
  • chore: docs update, feat: add exchange info util methods for futures
  • feat: update tpsl & bracket order examples
  • fix: capitalised boolean for algo order priceProtect, aligned with docs
  • fix: beautifier edge case with null object guard

Full Changelog: v3.5.5...v3.5.6

v3.5.5: Add new Spot, WS API (Spot), Earn and Portfolio Margin endpoints & types

21 Apr 15:47
6c92b62

Choose a tag to compare

What's Changed

  • feat(v3.5.5): Spot, Derivatives, Portfolio margin updates by @JJ-Cro in #664

Full Changelog: v3.5.4...v3.5.5

v3.5.4: Fix HMAC WSAPI order submit issue due to parameter sort

30 Mar 11:33
682e503

Choose a tag to compare

What's Changed

  • fix(v3.5.4, #659): signed parameter-sort for per-request HMAC WSAPI signatures by @tiagosiebler in #661

Summary

  • Fix sign issue due to missing parameter sort, when using per-request WSAPI sign (HMAC & RSA keys)
  • Split test stages into categories
  • Introduce WSAPI auth tests
  • Misc bumps after audit
  • Remove redundant circleci config

Full Changelog: v3.5.3...v3.5.4

v3.5.3: Bump node build to LTS v24

25 Mar 10:50
f686502

Choose a tag to compare

What's Changed

Full Changelog: v3.5.2...v3.5.3

v3.5.2: fix activatePrice for WSAPI futures. Bump node build version, misc bump after audit.

25 Mar 10:27
d9f70ef

Choose a tag to compare

What's Changed

  • Fix: rename activationPrice to correct activatePrice in WSAPINewFutur… by @DanZBo in #656
  • chore(v3.5.2): bump node build version, misc bump after audit, fix(#656): activatePrice for futures algo order by @tiagosiebler in #657

Full Changelog: v3.5.1...v3.5.2

v3.5.1: Fixes WebSocket URL resolution for portfolio margin listenKey

13 Mar 20:19
192e529

Choose a tag to compare

What's Changed

  • fix(v3.5.1): handle suffix when adding listenKey to WebSocket URL by @tiagosiebler in #655

Full Changelog: v3.5.0...v3.5.1