create_universal_transfer
Transfer coins between sub-accounts or master and sub-accounts within Bybit by specifying coin, amount, source and destination member IDs and account types.
Instructions
Create a universal transfer (between sub UIDs or master-sub).
Args: coin: Coin to transfer. amount: Amount to transfer. from_member_id: Source UID. to_member_id: Destination UID. from_account_type: Source account type. to_account_type: Destination account type. transfer_id: Unique transfer ID (UUID). Auto-generated if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| amount | Yes | ||
| from_member_id | Yes | ||
| to_member_id | Yes | ||
| from_account_type | Yes | ||
| to_account_type | Yes | ||
| transfer_id | No |