Skip to main content

Get Collateral Assets Data(USER_DATA)

API Description

Get LTV information and collateral limit of collateral assets. The collateral limit is shown in USD value.

HTTP Request

GET /sapi/v1/loan/collateral/data

Request Weight(IP)

400

Request Parameters

NameTypeMandatoryDescription
collateralCoinSTRINGNO
vipLevelINTNODefault: user's vip level. Send "-1" to check specified configuration
recvWindowLONGNO
timestampLONGYES

Response Example

{
"rows": [
{
"collateralCoin": "BNB",
"initialLTV": "0.65",
"marginCallLTV": "0.75",
"liquidationLTV": "0.83",
"maxLimit": "1000000"
"vipLevel": 1
}
],
"total": 1
}