binance-connector-java icon indicating copy to clipboard operation
binance-connector-java copied to clipboard

Rc v.3.2.1 - Following the latest upgrade on Binance Loans

Open vgrpc opened this issue 11 months ago • 0 comments

Added

  • Binance Loans has added the following /v2 SAPI endpoints at 2024-02-27 08:00 (UTC). Users may utilize v2 SAPI endpoints to place, repay, and manage new Binance Loans (Flexible Rate) orders created after 2024-02-27 08:00 (UTC).
    • POST /sapi/v2/loan/flexible/borrow
    • GET /sapi/v2/loan/flexible/ongoing/orders
    • GET /sapi/v2/loan/flexible/borrow/history
    • POST /sapi/v2/loan/flexible/repay
    • GET /sapi/v2/loan/flexible/repay/history
    • POST /sapi/v2/loan/flexible/adjust/ltv
    • GET /sapi/v2/loan/flexible/ltv/adjustment/history
    • GET /sapi/v2/loan/flexible/loanable/data
    • GET /sapi/v2/loan/flexible/collateral/data

Deprecated

  • In addition, Binance Loans will be retiring its /v1 SAPI endpoints at the following timings.(deprecated)
    • POST /sapi/v1/loan/flexible/borrow
    • GET /sapi/v1/loan/flexible/loanable/data
    • GET /sapi/v1/loan/flexible/collateral/data
    • GET /sapi/v1/loan/flexible/ongoing/orders
    • POST /sapi/v1/loan/flexible/repay
    • POST /sapi/v1/loan/flexible/adjust/ltv

vgrpc avatar Mar 13 '24 18:03 vgrpc