---
title: "Get user credit information"
method: GET
path: "/credit/accounts/{account}/info"
tags: ["Credit"]
---

# Get user credit information

`GET /credit/accounts/{account}/info`

Returns credit details including collateral value, debt, health factor, interest, principal, and due date for a user account across all credit tokens

## Path parameters

- `account` string, required

## Response `200`

User credit information

- CreditGetCreditUserInfoResponse
  - `data` object, required — map of credit token symbol (e.g., "USDC") to user credit info

## Other responses

- `400` — Invalid account address
- `500` — Internal server error

---

[API](https://skmtc.net/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.net/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/versions/a1172848364e/schema)
