Crypto Loans
Get Flexible Loan Collateral Assets Data (USER_DATA)
Get LTV information and collateral limit of flexible loan's collateral assets. The collateral limit is shown in USD value.
Weight(IP): 400
get/sapi/v2/loan/flexible/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
Loan asset data
Example response
{
"rows": [
{
"collateralCoin": "BNB",
"initialLTV": "0.01",
"marginCallLTV": "0.7",
"liquidationLTV": "0.8",
"maxLimit": "1000000"
}
],
"total": 1
}