VIP Loan Borrow (TRADE)
VIP loan is available for VIP users only.
VIP Loan Borrow (TRADE) › Authorization
VIP Loan Borrow (TRADE) › Request Weight
This endpoint consumes account (UID)-based request weight. Heavier endpoints consume more of your account rate limit capacity.
Learn more in the Rate limits section.
Headers
X-MBX-APIKEYAn API Key is required to access this endpoint and must be included in the request headers. To create an API Key, refer to: https://www.binance.com/en/support/faq/detail/360002502072.
VIP Loan Borrow (TRADE) › Request Body
loanAccountIdloanCoinloanAmountcollateralAccountIdCollateral account ID(s). Multiple split by ,
collateralCoinisFlexibleRateTRUE: flexible rate; FALSE: fixed rate
timestampUnix timestamp in milliseconds used to sign the request. The value must reflect the current client time and is validated by the server for signed endpoints.
loanTermMandatory for fixed rate. Optional for flexible rate. e.g. 30/60 days
recvWindowVIP Loan Borrow (TRADE) › Responses
VIP Loan Borrow
loanAccountIdLoan receiving account.
requestIdloanCoinisFlexibleRateloanAmountcollateralAccountIdcollateralCoinloanTermVIP Loan Fixed Rate Borrow (TRADE)
Submit a fixed rate borrow request by matching market supply orders.
VIP Loan Fixed Rate Borrow (TRADE) › Authorization
VIP Loan Fixed Rate Borrow (TRADE) › Request Weight
This endpoint consumes account (UID)-based request weight. Heavier endpoints consume more of your account rate limit capacity.
Learn more in the Rate limits section.
Headers
X-MBX-APIKEYAn API Key is required to access this endpoint and must be included in the request headers. To create an API Key, refer to: https://www.binance.com/en/support/faq/detail/360002502072.
VIP Loan Fixed Rate Borrow (TRADE) › Request Body
supplyRequestSupply request string, positional encoding (no key). Multiple entries separated by ;, fields separated by :, order: <requestId>:<interestRate>:<amount>. Example: 1212:0.12:100;3434:0.13:50
borrowCoinBorrow coin
loanTermLoan term in days
borrowUidBorrow receiving account UID
collateralCoinCollateral coin(s), multiple separated by ,. Only coin names, no amount (VIP loan collateral amount = entire spot account balance)
collateralAccountIdCollateral account ID(s), multiple separated by ,
timestampUnix timestamp in milliseconds used to sign the request. The value must reflect the current client time and is validated by the server for signed endpoints.
autoRepayDefault: true. true: auto repay at expiration; false: auto-convert to flexible (floating rate) at expiration
recvWindowThe value cannot be greater than 60000
VIP Loan Fixed Rate Borrow (TRADE) › Responses
VIP Loan Fixed Rate Borrow
borrowCoinEcho of input parameter
borrowAmountActual total borrow amount (aggregated when multiple supplyRequest)
actualReceivedAmountActual received amount
collateralCoinEcho of input parameter, comma-separated
collateralAccountIdEcho of input parameter, comma-separated
borrowInterestRateActual borrow interest rate (weighted average when multiple)
duration{loanTerm}Days, e.g. "30Days"
autoRepayEcho of input parameter
orderIdOrder ID
statusSucceeds / Failed / Processing
VIP Loan Renew (TRADE)
VIP loan is available for VIP users only.
VIP Loan Renew (TRADE) › Authorization
VIP Loan Renew (TRADE) › Request Weight
This endpoint consumes account (UID)-based request weight. Heavier endpoints consume more of your account rate limit capacity.
Learn more in the Rate limits section.
Headers
X-MBX-APIKEYAn API Key is required to access this endpoint and must be included in the request headers. To create an API Key, refer to: https://www.binance.com/en/support/faq/detail/360002502072.
VIP Loan Renew (TRADE) › Request Body
orderIdloanTerm30/60 days
timestampUnix timestamp in milliseconds used to sign the request. The value must reflect the current client time and is validated by the server for signed endpoints.
recvWindowVIP Loan Renew (TRADE) › Responses
VIP Loan Renew
loanAccountIdLoan receiving account.
loanCoinloanAmountcollateralAccountIdcollateralCoinloanTermVIP Loan Repay (TRADE)
VIP loan is available for VIP users only.
VIP Loan Repay (TRADE) › Authorization
VIP Loan Repay (TRADE) › Request Weight
This endpoint consumes account (UID)-based request weight. Heavier endpoints consume more of your account rate limit capacity.
Learn more in the Rate limits section.
Headers
X-MBX-APIKEYAn API Key is required to access this endpoint and must be included in the request headers. To create an API Key, refer to: https://www.binance.com/en/support/faq/detail/360002502072.
VIP Loan Repay (TRADE) › Request Body
orderIdamounttimestampUnix timestamp in milliseconds used to sign the request. The value must reflect the current client time and is validated by the server for signed endpoints.
recvWindowVIP Loan Repay (TRADE) › Responses
VIP Loan Repay
loanCoinrepayAmountremainingPrincipalremainingInterestcollateralCoincurrentLTVrepayStatusRepayment status (Repaid, Repaying, Failed).