---
title: "Transfer amount"
method: POST
path: "/account/v1alpha1/transfer"
tags: ["TransferAmount"]
---

# Transfer amount

`POST /account/v1alpha1/transfer`

Transfer amount

## Request body

- HelperTransferAmountReq
  - `amount` integer — @Summary Transfer amount @Description Transfer amount @JSONSchema required
  - `kubeConfig` string
  - `owner` string
  - `toUser` string, required — @Summary To user @Description To user @JSONSchema required
  - `token` string
  - `transferAll` boolean — @Summary Transfer all @Description Transfer all amount
  - `userID` string
  - `userUID` string

## Response `200`

successfully transfer amount

- object

## Other responses

- `400` — failed to parse transfer amount request
- `401` — authenticate error
- `500` — failed to transfer 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)
