---
title: "Get current credit balance"
method: GET
path: "/v1/profile/credits"
tags: ["Profile"]
---

# Get current credit balance

`GET /v1/profile/credits`

## Response `200`

Credit balance retrieved successfully

- CreditBalanceApiResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `allocatedBalance` integer, required — Allocated credits from subscription
    - `purchasedBalance` integer, required — Purchased credits
    - `totalBalance` integer, required — Total available credits
  - `timestamp` string, date-time, required — Timestamp of the response

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/7635e6f94477/schema)
