Skip to main content
POST
/
api
/
v4
/
credit-line
/
loans
/
info
List Credit Lines
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": "<string>",
  "amount": "<string>",
  "totalFunding": "<string>",
  "currentLtv": "<string>",
  "initialLtv": "<string>",
  "marginCallLtv": "<string>",
  "liquidationLtv": "<string>",
  "createdAt": 123
}
Please, pay attention that this endpoint works on demand. It means that you need to contact WhiteBIT support and provide your API key to get access to this functionality.

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
request
string
required

Request signature

nonce
string
required

Unique request identifier

Response

Successful response

asset
string
amount
string
totalFunding
string
currentLtv
string
initialLtv
string
marginCallLtv
string
liquidationLtv
string
createdAt
integer