---
title: "Get Remaining Credits"
method: GET
path: "/api/v1/common/credit"
---

# Get Remaining Credits

`GET /api/v1/common/credit`

## Response `200`

Request successful

- object
  - `code` 200 | 401 | 402 | 404 | 422 | 429 | 455 | 500 | 505, required — Response Status Code | Code | Description | |------|-------------| | 200 | Success - Request has been processed successfully | | 401 | Unauthorized - Authentication credentials are missing or invalid | | 402 | Insufficient Credits - Account does not have enough credits to perform the operation | | 404 | Not Found - The requested resource or endpoint does not exist | | 422 | Validation Error - The request parameters failed validation checks | | 429 | Rate Limited - Request limit has been exceeded for this resource | | 455 | Service Unavailable - System is currently undergoing maintenance | | 500 | Server Error - An unexpected error occurred while processing the request | | 505 | Feature Disabled - The requested feature is currently disabled |
  - `msg` string, required — Error message when code != 200
  - `data` integer, required — Remaining credit quantity

## Other responses

- `500` — Server Error

---

[API](https://skmtc.dev/nanobananaapi/apis/common-api.md) · [All operations](https://skmtc.dev/nanobananaapi/apis/common-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nanobananaapi/common-api/revisions/83dd71119edc/schema)
