VIP Loans
Get Collateral Asset Data (USER_DATA)
Get collateral asset data.
Weight(IP): 400
get/sapi/v1/loan/vip/collateral/data
Query parameters
collateralCoinstring
Example:BNB
Coin used as collateral
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Collateral Asset Data
Example response
{
"rows": [
{
"collateralCoin": "BUSD",
"_1stCollateralRatio": "100%",
"_1stCollateralRange": "1-10000000",
"_2ndCollateralRatio": "80%",
"_2ndCollateralRange": "10000000-100000000",
"_3rdCollateralRatio": "60%",
"_3rdCollateralRange": "100000000-1000000000",
"_4thCollateralRatio": "0%",
"_4thCollateralRange": ">10000000000"
}
],
"total": 1
}