Skip to main content

Get Collateral Asset Data(USER_DATA)

API Description

Get Collateral Asset Data

HTTP Request

GET /sapi/v1/loan/vip/collateral/data

Request Weight(IP)

400

Request Parameters

NameTypeMandatoryDescription
collateralCoinSTRINGNO
recvWindowLONGNO
timestampLONGYES

Response Example

{
"rows": [
{
"collateralCoin": "BUSD",
"_1stCollateralRatio": "100%",
"_1stCollateralRange": "1-10000000",
"_2ndCollateralRatio": "80%",
"_2ndCollateralRange": "10000000-100000000",
"_3rdCollateralRatio": "60%",
"_3rdCollateralRange": "100000000-1000000000",
"_4thCollateralRatio": "0%",
"_4thCollateralRange": ">10000000000",
}
],
"total": 1
}