| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | Whether to deposit into or withdraw from the lending opportunity. | |
| opportunityId | String | Identifier of the vault or market (lending opportunity). | |
| vaultAccountId | String | Fireblocks vault account that will execute the action. | |
| amount | String | Human-readable token amount (e.g. "1.6") or the keyword "max" for the full position or available balance. |
| Name | Value |
|---|---|
| DEPOSIT | "DEPOSIT" |
| WITHDRAW | "WITHDRAW" |