Transfer a spot asset to another owner's subaccount
Submits a signed transfer of a single spot asset to a subaccount belonging to a different owner. Alongside the standard transfer fields (asset, sub_id, amount, nonce, signer, signature, expiry, max USD fee) you give the recipient’s wallet address and either an existing destination subaccount or 0 to create a new one under new_subaccount_manager; the max fee must cover both the transfer and any subaccount-creation cost. Requires a session key permitted to transfer to a different owner and returns the operation id and uuid.
Body
Transfer amount in units of the asset, as a decimal string (e.g. "1.5") or JSON number.
Maximum sequencer fee the signer authorises, in USD, as a decimal string (e.g. "1.5") or a JSON number. Must cover both the transfer fee and any subaccount-creation fee.
Manager id for the new subaccount when to_subaccount_id == 0.
x >= 0Owner of the destination account/subaccount.
x >= 0x >= 0x >= 0Recipient's existing destination subaccount. 0 → create a new subaccount for recipient_address under new_subaccount_manager.
x >= 0Related topics
Transfer a spot asset between your subaccountsTransfers & WithdrawalsMigration skill for your coding agent