---
title: "Query User Balance"
method: GET
path: "/api/user/balance"
tags: ["Account Management"]
---

# Query User Balance

`GET /api/user/balance`

Query the current credit balance of your user account in real-time

## Response `200`

Balance retrieved successfully

- BalanceResponse
  - `code` integer, required — HTTP status code
  - `data` object, required
    - `email` string, email, required — Email address associated with the account
    - `credits_amount` integer, required — Current credit balance in the account

## Other responses

- `401` — Unauthorized - Invalid API key
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

---

[API](https://skmtc.net/poyo/apis/poyo-ai-hunyuan-3d-v3-1-api.md) · [All operations](https://skmtc.net/poyo/apis/poyo-ai-hunyuan-3d-v3-1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poyo/poyo-ai-hunyuan-3d-v3-1-api/revisions/4b46904b78eb/schema)
