Skip to content

Releases: binance/binance-connector-java

v1.6.1

26 May 09:21
619149f
Compare
Choose a tag to compare

Added

  • Java checkstyle to pom.xml and github actions

v1.6.0

22 May 03:14
54b206c
Compare
Choose a tag to compare

Added

  • New endpoints for Staking:
    • GET /sapi/v1/staking/productList to get Staking product list
    • POST /sapi/v1/staking/purchase to stake product
    • POST /sapi/v1/staking/redeem to redeem product
    • GET /sapi/v1/staking/position to get Staking product holding position
    • GET /sapi/v1/staking/stakingRecord to inquiry Staking history records
    • POST /sapi/v1/staking/setAutoStaking to set Auto Staking function
    • GET /sapi/v1/staking/personalLeftQuota to inquiry Staking left quota
  • New endpoint for Binance Code:
    • GET /sapi/v1/giftcard/cryptography/rsa-public-key to fetch RSA public key.
  • Update endpoint for Binance Code:
    • POST /sapi/v1/giftcard/redeemCode: new optional parameter externalUid. Each external unique ID represents a unique user on the partner platform. The function helps you to identify the redemption behavior of different users.

v1.5.0

13 May 10:27
00d76e1
Compare
Choose a tag to compare

Added

  • GET /sapi/v1/margin/rateLimit/order added The endpoint will display the user's current margin order count usage for all intervals.
  • GET /sapi/v1/portfolio/account to support query portfolio margin account info
  • Information on Trailing Stops (Documentation)

Changed

  • Websocket symbol will be converted to lower case regardless of user input

v1.4.0

07 Apr 07:39
b32c38f
Compare
Choose a tag to compare

Added

  • Update endpoint for Sub-Account:
    • New endpoint GET /sapi/v1/managed-subaccount/accountSnapshot to support investor master account query asset snapshot of managed sub-account

Changed

  • Fixed typo in function name.
    • CloseIsloatedListenKey => CloseIsolatedMarginListenKey
    • CreateIsloatedListenKey => CreateIsolatedMarginListenKey
    • ExtendIsloatedListenKey => ExtendIsolatedMarginListenKey

v1.3.0

18 Feb 03:30
f6c1752
Compare
Choose a tag to compare

Added

  • Websocket status callback
  • New endpoints for Binance Code, named as Gift Card to avoid technical confusion.
    • POST /sapi/v1/giftcard/createCode to create a Binance Code.
    • POST /sapi/v1/giftcard/redeemCode to redeem a Binance Code.
    • GET /sapi/v1/giftcard/verify to verify a Binance Code.
  • New endpoint for Wallet:
    • POST /sapi/v1/asset/dust-btc to get assets that can be converted into BNB

v1.2.0

12 Jan 05:21
9e923b1
Compare
Choose a tag to compare

Added

  • New endpoint for Mining:

    • GET /sapi/v1/mining/payment/uid to get Mining account earning.
  • New endpoint for BSwap:

    • GET /sapi/v1/bswap/unclaimedRewards to get unclaimed rewards record.
    • POST /sapi/v1/bswap/claimRewards to claim swap rewards or liquidity rewards.
    • GET /sapi/v1/bswap/claimedHistory to get history of claimed rewards.
  • Update endpoint for Margin:

    • Removed out limit from GET /sapi/v1/margin/interestRateHistory; The max interval between startTime and endTime is 30 days.
  • Update endpoints for Sub-Account:

    • New parameter clientTranId added in POST /sapi/v1/sub-account/universalTransfer and GET /sapi/v1/sub-account/universalTransfer to support custom transfer id

1.1.0

10 Dec 13:15
636c31b
Compare
Choose a tag to compare

Changed

  • log4j2 logger to logback.

1.0.1

08 Dec 09:49
Compare
Choose a tag to compare

Initial Release