| Name | Type | Description | Notes |
|---|---|---|---|
| action | string | Whether to deposit into or withdraw from the lending opportunity. | [default to undefined] |
| opportunityId | string | Identifier of the vault or market (lending opportunity). | [default to undefined] |
| vaultAccountId | string | Fireblocks vault account that will execute the action. | [default to undefined] |
| amount | string | Human-readable token amount (e.g. "1.6") or the keyword "max" for the full position or available balance. | [default to undefined] |
-
Deposit(value:'DEPOSIT') -
Withdraw(value:'WITHDRAW')
[Back to top] [Back to API list] [Back to Model list] [Back to README]