Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 745 Bytes

File metadata and controls

25 lines (13 loc) · 745 Bytes

CreateEarnActionRequest

Properties

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.

Enum: ActionEnum

Name Value
DEPOSIT "DEPOSIT"
WITHDRAW "WITHDRAW"