vip-loan
Installation
SKILL.md
Binance Vip-loan Skill
Vip-loan request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format.
Quick Reference
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/sapi/v1/loan/vip/request/interestRate (GET) |
Get Borrow Interest Rate(USER_DATA) | loanCoin | recvWindow | Yes |
/sapi/v1/loan/vip/collateral/data (GET) |
Get Collateral Asset Data(USER_DATA) | None | collateralCoin, recvWindow | Yes |
/sapi/v1/loan/vip/loanable/data (GET) |
Get Loanable Assets Data(USER_DATA) | None | loanCoin, vipLevel, recvWindow | Yes |
/sapi/v1/loan/vip/interestRateHistory (GET) |
Get VIP Loan Interest Rate History (USER_DATA) | coin, recvWindow | startTime, endTime, current, limit | Yes |
/sapi/v1/loan/vip/borrow (POST) |
VIP Loan Borrow(TRADE) | loanAccountId, loanCoin, loanAmount, collateralAccountId, collateralCoin, isFlexibleRate | loanTerm, recvWindow | Yes |
/sapi/v1/loan/vip/renew (POST) |
VIP Loan Renew(TRADE) | orderId, loanTerm | recvWindow | Yes |
/sapi/v1/loan/vip/repay (POST) |
VIP Loan Repay(TRADE) | orderId, amount | recvWindow | Yes |
/sapi/v1/loan/vip/collateral/account (GET) |
Check VIP Loan Collateral Account (USER_DATA) | None | orderId, collateralAccountId, recvWindow | Yes |
/sapi/v1/loan/vip/accruedInterest (GET) |
Get VIP Loan Accrued Interest (USER_DATA) | None | orderId, loanCoin, startTime, endTime, current, limit, recvWindow | Yes |
/sapi/v1/loan/vip/ongoing/orders (GET) |
Get VIP Loan Ongoing Orders(USER_DATA) | None | orderId, collateralAccountId, loanCoin, collateralCoin, current, limit, recvWindow | Yes |
/sapi/v1/loan/vip/request/data (GET) |
Query Application Status(USER_DATA) | None | current, limit, recvWindow | Yes |
Related skills