Single lending action (intent plus per-step execution rows).
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Action sequence id (UUID). | |
| 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. |
| Name | Value |
|---|---|
| MORPHO | "MORPHO" |
| AAVE | "AAVE" |
| Name | Value |
|---|---|
| DEPOSIT | "DEPOSIT" |
| WITHDRAW | "WITHDRAW" |