Skip to main content
List Credit Lines
The endpoint works on demand. Contact WhiteBIT support and provide the API key to get access to the functionality.

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
request
string
required

Request signature

Example:

"{{request}}"

nonce
integer
required

Unique request identifier

Example:

1594297865000

Response

Successful response

asset
string
Example:

"BTC"

amount
string
Example:

"1.5"

totalFunding
string
Example:

"0.5"

currentLtv
string
Example:

"25"

initialLtv
string
Example:

"60"

marginCallLtv
string
Example:

"75"

liquidationLtv
string
Example:

"85"

createdAt
integer
Example:

1715339355