Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.4 KB

File metadata and controls

43 lines (27 loc) · 1.4 KB

GetActionResponse

Single lending action (intent plus per-step execution rows).

Properties

Name Type Description Notes
id String Action sequence id (UUID).
vaultAccountId String Fireblocks vault account that executed the action.
userId String User who initiated the action.
status String Intent status (e.g. CREATED, IN_PROGRESS, COMPLETED).
providerId ProviderIdEnum Lending protocol identifier.
actionType ActionTypeEnum Whether this action is a deposit or withdraw flow.
opportunityId String Target lending opportunity identifier.
positionId String Position id in the system when applicable. [optional]
amount String Human-readable amount for the action.
createdAt String Creation time (ISO-8601).
updatedAt String Last update time (ISO-8601).
records List<ActionRecord> Ordered execution steps for this action.

Enum: ProviderIdEnum

Name Value
MORPHO "MORPHO"
AAVE "AAVE"

Enum: ActionTypeEnum

Name Value
DEPOSIT "DEPOSIT"
WITHDRAW "WITHDRAW"