cURL
curl --request POST \ --url https://whitebit.com/api/v4/credit-line/loans/info \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "request": "<string>", "nonce": "<string>" } '
{ "asset": "BTC", "amount": "1.5", "totalFunding": "0.5", "currentLtv": "25", "initialLtv": "60", "marginCallLtv": "75", "liquidationLtv": "85", "createdAt": 1715339355 }
The endpoint returns an active loan. The endpoint works on demand - contact WhiteBIT support to get access.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
Request signature
Unique request identifier
Successful response
Was this page helpful?