Check VIP Loan Collateral Account (USER_DATA)
API Description
VIP loan is available for VIP users only
HTTP Request
GET /sapi/v1/loan/vip/collateral/account
Request Weight(IP)
6000
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
orderId | LONG | NO | |
collateralAccountId | LONG | NO | |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- If the login account is loan account, all collateral accounts under the loan account can be queried.
- If the login account is collateral account, only the current collateral account can be queried.
Response Example
{
"rows": [
{
"collateralAccountId": "12345678",
"collateralCoin": "BNB,BTC,ETH",
"collateralValue": "500.27565492" // locked collateral value shown in USD value
}
],
[
{
"collateralAccountId": "23456789",
"collateralCoin": "BNB,BTC,ETH",
"collateralValue": "25000.238752" // locked collateral value shown in USD value
}
],
"total": 2
}