Change Log
2024-11-05
-
Following the latest upgrade on Binance Loans (Stable Rate Loan), Binance Loans has retired its SAPI endpoints for Stable Rate Loan as below(Stable Rate orders on VIP Loan are not impacted by this service update):
GET /sapi/v1/loan/loanable/data
GET /sapi/v1/loan/collateral/data
POST /sapi/v1/loan/borrow
POST /sapi/v1/loan/repay
POST /sapi/v1/loan/adjust/ltv
POST /sapi/v1/loan/customize/margin_call
GET /sapi/v1/loan/ongoing/orders
-
In the meantime, Binance Loans will continue to maintain the following SAPI endpoints for stable loan history query:
GET /sapi/v1/loan/income
GET /sapi/v1/loan/borrow/history
GET /sapi/v1/loan/ltv/adjustment/history
GET /sapi/v1/loan/repay/history
2024-02-27
-
Following the latest upgrade on Binance Loans
-
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
-
In addition, Binance Loans will be retiring its /v1 SAPI endpoints at the following timings:
- At 2024-02-27 08:00 (UTC):
POST /sapi/v1/loan/flexible/borrow
GET /sapi/v1/loan/flexible/loanable/data
GET /sapi/v1/loan/flexible/collateral/data
- At 2024-04-24 03:00 (UTC):
GET /sapi/v1/loan/flexible/ongoing/orders
POST /sapi/v1/loan/flexible/repay
POST /sapi/v1/loan/flexible/adjust/ltv
- At 2024-02-27 08:00 (UTC):
-
Binance Loans will also continue to maintain the following /v1 SAPI endpoints for users to check their Binance Loans (Flexible Rate) order history before 2024-02-27 08:00 (UTC).
GET /sapi/v1/loan/flexible/borrow/history
GET /sapi/v1/loan/flexible/repay/history
GET /sapi/v1/loan/flexible/ltv/adjustment/history
-
2023-08-26
- New endpoint for Crypto Loans:
POST /sapi/v1/loan/flexible/borrow
: flexible Loan borrowGET /sapi/v1/loan/flexible/ongoing/orders
: get flexible loan ongoing ordersGET /sapi/v1/loan/flexible/borrow/history
: Get flexible loan borrow historyPOST /sapi/v1/loan/flexible/repay
: flexible loan repayPOST /sapi/v1/loan/flexible/repay/history
: Get flexible loan repayment historyPOST /sapi/v1/loan/flexible/adjust/ltv
: adjust flexible Loan adjust LTVGET /sapi/v1/loan/flexible/ltv/adjustment/history
: Get Flexible loan LTV adjustment historyGET /sapi/v1/loan/flexible/loanable/data
:Get flexible loan assets dataGET /sapi/v1/loan/flexible/collateral/data
: Get flexible loan collateral assets data
2023-02-21
- Adjusted endpoints for Crypto Loan:
POST /sapi/v1/loan/borrow
: paramaterloanTerm
is restricted to 7 or 30
2022-11-01
- New endpoints for Crypto Loan:
GET /sapi/v1/loan/loanable/data
: Get interest rate and borrow limit of loanable assets. The borrow limit is shown in USD value.GET /sapi/v1/loan/collateral/data
: Get LTV information and collateral limit of collateral assets. The collateral limit is shown in USD value.GET /sapi/v1/loan/repay/collateral/rate
: Get the the rate of collateral coin / loan coin when using collateral repay, the rate will be valid within 8 second.POST /sapi/v1/loan/customize/margin_call
: Customize margin call for ongoing orders only.
2022-09-15
- New endpoints for Crypto Loan
POST /sapi/v1/loan/borrow
: Borrow - Crypto Loan BorrowGET /sapi/v1/loan/borrow/history
: Borrow - Get Loan Borrow HistoryGET/sapi/v1/loan/ongoing/orders
: Borrow - Get Loan Ongoing OrdersPOST/sapi/v1/loan/repay
: Repay - Crypto Loan RepayGET/sapi/v1/loan/repay/history
: Repay - Get Loan Repayment HistoryPOST/sapi/v1/loan/adjust/ltv
: Adjust LTV - Crypto Loan Adjust LTVGET/sapi/v1/loan/ltv/adjustment/history
: Adjust LTV - Get Loan LTV Adjustment History
2021-11-08
- New endpoint for Crypto Loans:
- New endpoint
GET /sapi/v1/loan/income
to support user query crypto loans income history
- New endpoint