---
title: "List Credit Lines"
method: POST
path: "/api/v4/credit-line/loans/info"
tags: ["Credit Line"]
---

# List Credit Lines

`POST /api/v4/credit-line/loans/info`

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>

## Request body

- object
  - `request` string, required — Request signature
  - `nonce` integer, required — Unique request identifier

## Response `200`

Successful response

- CreditLine
  - `asset` string
  - `amount` string
  - `totalFunding` string
  - `currentLtv` string
  - `initialLtv` string
  - `marginCallLtv` string
  - `liquidationLtv` string
  - `createdAt` integer

## Other responses

- `400` — No active loan
- `404` — Loans not available - contact support

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
