Change Log
2025-08-20
- Update 2 endpoints as below:
- POST /sapi/v1/margin/loan-group/repay : Description updated about the real repaid amount = min(available amount in account, input repay amount) .
- POST /v1/margin/loan-group/transfer-out: Description updated about the real transferred amount = min(risk unit max transfer amount, collateral account max transfer amount).
2025-08-01
- Update 4 endpoints as below:
- GET /sapi/v1/margin/loan-group/borrow-repay :support historical risk unit query
- GET /sapi/v1/margin/loan-group/interest-history : support historical risk unit query
- GET /sapi/v1/margin/loan-group/force-liquidation :support historical risk unit query with specific groupId
- POST /v1/margin/loan-group/transfer-out : support parent account to transfer the asset with the specific subEmail
- Add new endpoint as below
- GET /sapi/v1/margin/loan-groups/closed :Query closed risk unit record by credit account
2025-07-11
- 3 new endpoints have been released for the Risk Unit , as well as 3 key parameters added into the LTV detail response example.:
- New endpoint GET /sapi/v1/margin/loan-group/borrow-repay : Get borrow/repay records in the Institution Loan Risk Unit. This endpoint is accessible only with the credit account API key.
- New endpoint GET /sapi/v1/margin/loan-group/force-liquidation : Get Institution Loan Risk Unit Force Liquidation Record. This endpoint is accessible only with the credit account API key.
- New endpoint POST /v1/margin/loan-group/transfer-out : The risk unit endpoint allows users to perform transfer of assets under specific rules . More detail see the API description below.
- GET /sapi/v1/margin/loan-group/ltv-details : parentAccountFrozenAmount, maxTransferOutAmount , maxAllowedBorrowLimit added into response Example.
2025-06-20
- 6 endpoints now are released in Institutional Loan :
- DELETE /sapi/v1/margin/loan-group : Close Institution Loan Group, can only operate by credit account.
- POST /sapi/v1/margin/loan-group/edit-member : Add or unlink collateral accounts from a Risk Unit Group. Edit should be made by the parent account.
- GET /sapi/v1/margin/loan-groups/activated: Query Activated Institution Loan Risk Unit Groups List.
- POST /sapi/v1/margin/loan-group/repay: Institution Loan Group Repay
- POST /sapi/v1/margin/loan-group/borrow: Institution Loan Risk Unit Group Borrow
- GET /sapi/v1/margin/loan-group/interest-history: Query Institution Loan Risk Unit Interest History.
2025-06-16
-
The endpoint of LTV query now is released in Institutional Loan :
- GET
/sapi/v1/margin/loan-group/ltv-details
: Parent account and credit account can use this endpoint to query group loan ltv detail information with groupId
- GET
2025-05-16
-
Binance Margin offers institutional loan with the SAPI support loan detail information query on the first version.
The endpoint below is available :
- **GET /sapi/v1/margin/loan-groups ** : Parent account can use this endpoint to query group loan detail information with groupId
- **GET /sapi/v1/margin/loan-group **: Only credit account can use this endpoint to query its own group loan detail information.