margin, isolated -- lowercase required.margin_v2, isolated_v2 -- lowercase required; same meaning as non-V2 parameters; phased out gradually.Note:
The transfer of funds from contract accounts to other accounts is not supported.
The margin_v2 account currently only supports transfers between margin accounts, and does not support direct transfers from other accounts to margin_v2
The isolated_v2 account currently only supports transfers between margin accounts, and does not support direct transfers from other accounts to isolated_v2
{
"clientOid": "64ccc0f164781800010d8c09",
"currency": "USDT",
"amount": "0.01",
"from": "main",
"to": "trade"
}curl --location --request POST 'https://api.kucoin.com/api/v2/accounts/inner-transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientOid": "64ccc0f164781800010d8c09",
"currency": "USDT",
"amount": "0.01",
"from": "main",
"to": "trade"
}'{"code":"200000","data":{"orderId":"670beb3482a1bb0007dec644"}}