v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Credit Line

List Credit Lines

The endpoint returns an active loan. The endpoint works on demand - contact WhiteBIT support to get access.

<Warning> Rate limit: 1000 requests/10 sec. </Warning> <Note> The API does not cache the response. </Note>
post/api/v4/credit-line/loans/info

Request body

requeststring required

Request signature

nonceinteger required

Unique request identifier

Example request

{
  "request": "{{request}}",
  "nonce": 1594297865000
}

Response

Successful response

assetstring
amountstring
totalFundingstring
currentLtvstring
initialLtvstring
marginCallLtvstring
liquidationLtvstring
createdAtinteger

Example response

{
  "asset": "BTC",
  "amount": "1.5",
  "totalFunding": "0.5",
  "currentLtv": "25",
  "initialLtv": "60",
  "marginCallLtv": "75",
  "liquidationLtv": "85",
  "createdAt": 1715339355
}