internal_transfer
Transfer funds between different account types under the same Bybit UID, like moving USDT from UNIFIED to CONTRACT account.
Instructions
Transfer funds between account types under same UID (HIGH risk, requires 'full' mode).
Args:
transferId: UUID (generate a UUID before calling)
coin: Coin name (e.g. USDT)
amount: Transfer amount (as string)
fromAccountType: Source account type - UNIFIED, CONTRACT, SPOT, OPTION, FUND
toAccountType: Destination account type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| amount | Yes | ||
| transferId | Yes | ||
| toAccountType | Yes | ||
| fromAccountType | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |