Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 987 Bytes

File metadata and controls

24 lines (12 loc) · 987 Bytes

CreateEarnActionRequest

Properties

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]

Enum: CreateEarnActionRequestActionEnum

  • Deposit (value: 'DEPOSIT')

  • Withdraw (value: 'WITHDRAW')

[Back to top] [Back to API list] [Back to Model list] [Back to README]