Inner Transfer

{
  "orderId": "5bd6e9286d99522a52e458de"
}

This API endpoint can be used to transfer funds between accounts internally. Users can transfer funds between their account free of charge. notice:

  1. It is not supported to transfer funds from contract account to other accounts.
  2. The margin_v2 account currently only supports mutual transfers with margin accounts, and cannot be directly transferred from other accounts to margin_v2
  3. The isolated_v2 account currently only supports mutual transfer with the margin account, and cannot be directly transferred from other accounts to isolated_v2
HTTP REQUEST

POST /api/v2/accounts/inner-transfer

API KEY PERMISSIONS

This endpoint requires the Spot Trading permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Manage weight:10

PARAMETERS
Param Type Mandatory Description
clientOid String Yes clientOid, the unique identifier created by the client, use of UUID, with a maximum length of 128 bits.
currency String Yes Currency
from String Yes Payment Account Type: main, trade, trade_hf, margin, isolated, margin_v2, isolated_v2
to String Yes Receiving Account Type: main, trade, trade_hf, margin, isolated, margin_v2, isolated_v2, contract
amount String Yes Transfer amount, the precision being a positive integer multiple of the Currency Precision
fromTag String No Trading pair, required when the payment account type is isolated, e.g.: BTC-USDT
toTag String No Trading pair, required when the payment account type is isolated, e.g.: BTC-USDT
RESPONSES
Param Description
orderId The order ID of a funds transfer