Skip to content

Releases: binance/binance-connector-typescript

v0.3.11 Release

18 Sep 06:24
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Added omitZeroBalances option in accountInformation method

v0.3.10 Release

19 Aug 05:37
Compare
Choose a tag to compare

Changed

  • Updated dependencies

v0.3.9 Release

02 Jul 08:03
Compare
Choose a tag to compare

Added

  • POST /api/v3/orderList/oto
  • POST /api/v3/orderList/otoco

Changed

  • Updated dependencies
  • Updated Restful OCO trade deprecated endpoint POST /api/v3/order/oco to POST /api/v3/orderList/oco
  • Updated Websocket API OCO trade deprecated endpoint orderList.place to orderList.place.oco
  • Updated updateIpRestrictionForSubAccountApiKey function typo to addIpRestrictionForSubAccountApiKey
  • Updated following enums:
    • OCOOrderStatus to OrderListOrderStatus
    • OCOStatusType to OrderListStatusType

v0.3.8 Release

30 May 08:29
fc0cbf6
Compare
Choose a tag to compare

Added

  • Convert:

    • GET /sapi/v1/convert/exchangeInfo
    • GET /sapi/v1/convert/assetInfo
    • POST /sapi/v1/convert/getQuote
    • POST /sapi/v1/convert/acceptQuote
    • GET /sapi/v1/convert/orderStatus
    • POST /sapi/v1/convert/limit/placeOrder
    • POST /sapi/v1/convert/limit/cancelOrder
    • GET /sapi/v1/convert/limit/queryOpenOrders
    • GET /sapi/v1/convert/tradeFlow
  • Portfolio:

    • GET /sapi/v1/portfolio/account
    • GET /sapi/v1/portfolio/collateralRate
    • GET /sapi/v1/portfolio/pmLoan
    • POST /sapi/v1/portfolio/repay
    • GET /sapi/v1/portfolio/interest-history
    • GET /sapi/v1/portfolio/asset-index-price
    • POST /sapi/v1/portfolio/auto-collection
    • POST /sapi/v1/portfolio/asset-collection
    • POST /sapi/v1/portfolio/bnb-transfer
    • POST /sapi/v1/portfolio/repay-futures-switch
    • GET /sapi/v1/portfolio/repay-futures-switch
    • POST /sapi/v1/portfolio/repay-futures-negative-balance
    • GET /sapi/v1/portfolio/margin-asset-leverage

Changed

  • Update dependencies
  • Update GET /api/v3/exchangeInfo response type
  • Correct createMarginListenKey, renewMarginListenKey and closeMarginListenKey url
  • Update combined streams for websocket streams
  • Update Websocket Testnet endpoint

v0.3.7 Release

04 Apr 10:00
Compare
Choose a tag to compare

Changed

  • Update types
  • Update dependencies
  • Add logger class
  • Fix issue #14: Add new WebsocketStream type
  • Fix issue #16: Update parameters of GET /api/v3/ticker/tradingDay
  • Fix issue #18: Multiple websocket streams subscription are now handled

v0.3.6 Release

24 Jan 08:55
Compare
Choose a tag to compare

Added

  • POST /sapi/v1/margin/borrow-repay
  • POST /sapi/v1/margin/manual-liquidation
  • POST /api/v3/sor/order
  • POST /api/v3/sor/order/test
  • GET /sapi/v1/margin/available-inventory
  • GET /sapi/v1/margin/borrow-repay
  • GET /sapi/v1/margin/leverageBracket
  • GET /api/v3/account/commission
  • GET /api/v3/myPreventedMatches
  • GET /api/v3/myAllocations
  • GET /api/v3/ticker/tradingDay

Changed

  • GET /api/v3/avgPrice: response has a new field closeTime, indicating the last trade time.
  • Upgrade dependencies

Removed

  • POST /sapi/v1/margin/dust
  • POST /sapi/v1/margin/isolated/transfer
  • POST /sapi/v1/margin/loan
  • POST /sapi/v1/margin/repay
  • POST /sapi/v1/margin/transfer
  • GET /sapi/v1/margin/asset
  • GET /sapi/v1/margin/dribblet
  • GET /sapi/v1/margin/dust
  • GET /sapi/v1/margin/isolated/pair
  • GET /sapi/v1/margin/isolated/transfer
  • GET /sapi/v1/margin/loan
  • GET /sapi/v1/margin/pair
  • GET /sapi/v1/margin/repay

v0.3.5 Release

10 Jan 08:16
Compare
Choose a tag to compare
  • Add new Enums
  • Update Websocket types

v0.3.4 Release

20 Nov 09:38
d310bec
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Fix sentences grammar

v0.3.3 Release

20 Oct 06:11
Compare
Choose a tag to compare

Upgrade dependencies

v0.3.2 Release

20 Oct 04:03
@2pd 2pd
8578d78
Compare
Choose a tag to compare
  • Fix issue from previous release