Transfer a spot asset between your subaccounts
Submits a signed transfer of a single spot asset from one subaccount to another subaccount you own. You specify the source and destination subaccounts (or set new_subaccount_manager to create a new destination subaccount under a manager), the asset and its sub_id, the amount, a nonce, signer, signature with expiry, and the maximum USD sequencer fee. Requires a session key with a transfer permission 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.
Non-zero → create a new sender-owned subaccount under this manager id.
x >= 0x >= 0x >= 0x >= 0Existing destination subaccount. Ignored when new_subaccount_manager != 0.
x >= 0Related topics
Transfer a spot asset to another owner's subaccountTransfers & WithdrawalsMigration skill for your coding agent