---
title: "Get user recharge amount"
method: POST
path: "/account/v1alpha1/costs/recharge"
tags: ["RechargeAmount"]
---

# Get user recharge amount

`POST /account/v1alpha1/costs/recharge`

Get user recharge amount within a specified time range

## Request body

- HelperUserTimeRangeReq
  - `endTime` string
  - `kubeConfig` string
  - `owner` string
  - `startTime` string
  - `token` string
  - `userID` string
  - `userUID` string

## Response `200`

successfully retrieved user recharge amount

- object

## Other responses

- `400` — failed to parse user recharge amount request
- `401` — authenticate error
- `500` — failed to get user recharge amount

---

[API](https://skmtc.net/labring/apis/sealos-account-service.md) · [All operations](https://skmtc.net/labring/apis/sealos-account-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/sealos-account-service/revisions/185eff260477/schema)
