---
title: "Transfer Balance"
method: POST
path: "/user/transfer"
tags: ["user"]
---

# Transfer Balance

`POST /user/transfer`

Transfer available balance between two of the authenticated user's accounts (master account or subaccounts).

## Query parameters

- `src_account_id` string, required
- `dst_account_id` string, required

## Request body

- TransferRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `amount` number, double, required

## Response `204`

No Content

## Other responses

- `default` — Error

---

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