v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Crypto Loans

Get Collateral Assets Data (USER_DATA)

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

Weight(IP): 400

get/sapi/v1/loan/collateral/data

Query parameters

collateralCoinstring
Example:BNB

Coin used as collateral

vipLevelinteger
Example:1

Defaults to user's vip level

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Collateral Assets Data

totalinteger required

Example response

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