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:
- It is not supported to transfer funds from
contract
account to other accounts. - The
margin_v2
account currently only supports mutual transfers withmargin
accounts, and cannot be directly transferred from other accounts tomargin_v2
- The
isolated_v2
account currently only supports mutual transfer with themargin
account, and cannot be directly transferred from other accounts toisolated_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 , margin , isolated , margin_v2 , isolated_v2 , option |
to | String | Yes | Receiving Account Type: main , trade , margin , isolated , margin_v2 , isolated_v2 , contract , option |
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 |