v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBCredit 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
Example request
{
"request": "{{request}}",
"nonce": 1594297865000
}Response
Successful response
Example response
{
"asset": "BTC",
"amount": "1.5",
"totalFunding": "0.5",
"currentLtv": "25",
"initialLtv": "60",
"marginCallLtv": "75",
"liquidationLtv": "85",
"createdAt": 1715339355
}