---
title: "Balance"
method: GET
path: "/balance"
tags: ["Utilities"]
---

# Balance

`GET /balance`

**Service Description:**
  Check your balance of credits.

**Authorization:**
    Requires an API key to be provided in the **X-Picsart-API-Key** request header.

## Response `200`

Successful retrieval of the credits balance (remaining credits).

- object
  - `credits` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `413` — Request Entity Too Large
- `415` — Unsupported Media Type
- `429` — Too Many Requests
- `431` — Request Header Fields Too Large
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/picsart/apis/picsart-programmable-image-apis.md) · [All operations](https://skmtc.net/picsart/apis/picsart-programmable-image-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picsart/picsart-programmable-image-apis/versions/726b2a637ae8/schema)
