v1

latestOpenAPI 3.1.0QFEX License2026-07-26264545.2 KB
user

Transfer Balance

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

post/user/transfer

Query parameters

src_account_idstring required
dst_account_idstring required

Request body

$schemastring uri

A URL to the JSON Schema for this object.

amountnumber double required

Example request

{
  "$schema": "https://api.qfex.com/schemas/TransferRequestBody.json"
}

Response

No Content