Move wallet USDC into the trading account
deposit_to_subaccountDeposit USDC from the account's WALLET into its trading SUBACCOUNT so it becomes collateral. Without amountUsd it moves everything above the $0.95 gas reserve (what the web app does); with amountUsd it moves exactly that much, as long as $0.95 stays in the wallet. Funds never leave the account — this is an internal transfer the trading key is allowed to make. Use it when the user has sent money to the account and the subaccount collateral is 0 or too low to trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amountUsd | No | USDC to move. Omit to move everything above the $0.95 gas reserve. |