BinanceVipLoanBorrow
Apply for a VIP loan by pledging collateral. Specify the borrow coin, amount, and collateral details to secure funding on Binance.
Instructions
Allow users (master account only) to apply for a loan by pledging collateral. Users specify the coin they want to borrow, the amount, and the collateral details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loanCoin | Yes | Loan coin (e.g., BTC, ETH) | |
| loanTerm | No | Loan term (only required if fixed rate, e.g., 30/60 days) | |
| loanAmount | Yes | Loan amount as decimal | |
| recvWindow | No | Optional time window for request validity | |
| loanAccountId | Yes | Loan account ID | |
| collateralCoin | Yes | Collateral coins, separated by commas | |
| isFlexibleRate | Yes | TRUE: flexible rate, FALSE: fixed rate. Default: TRUE | |
| collateralAccountId | Yes | Collateral account IDs, separated by commas |