---
title: "Get User Info"
method: GET
path: "/user/info"
tags: ["UserInfo"]
---

# Get User Info

`GET /user/info`

Retrieve user information including balance and status.

## Response `200`

Successful response

- object
  - `code` integer
  - `message` string
  - `status` boolean
  - `data` object
    - `id` string
    - `name` string
    - `image` string
    - `email` string
    - `isAdmin` boolean
    - `balance` string
    - `status` string
    - `introduction` string
    - `role` string
    - `chargeBalance` string
    - `totalBalance` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `429` — RateLimit
- `503` — Overloaded
- `504` — Timeout

---

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