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

Changes

No recorded changes to this endpoint across all 1 revision of this API.