Skip to main content

Get Flexible Loan Collateral Assets Data(USER_DATA)

API Description#

Get LTV information and collateral limit of flexible loan's collateral assets. The collateral limit is shown in USD value.

HTTP Request#

GET /sapi/v1/loan/flexible/collateral/data

Request Weight(IP)#

400

Request Parameters#

NameTypeMandatoryDescription
collateralCoinSTRINGNO
recvWindowLONGNO
timestampLONGYES

Response Example#

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