Actions8
- Account Actions
- Market Actions
- Order Actions
Overview
This node interacts with the DeltaDefi Protocol via the CrowdHydra API to manage account-related data, specifically to retrieve withdrawal transaction history for an account. It is useful for users who want to programmatically access their withdrawal records from the DeltaDefi platform, enabling automation of financial tracking or auditing processes.
Use Case Examples
- A user wants to fetch all withdrawal transactions from their DeltaDefi account to analyze their spending or transfer history.
- An automated workflow retrieves withdrawal records periodically to update a financial dashboard or trigger alerts based on withdrawal activity.
Properties
| Name | Meaning |
|---|---|
| Resource | The type of data to interact with; here it is set to 'Account' to manage account-related operations. |
| Operation | The specific action to perform on the selected resource; here it is 'Get Withdrawal Records' to fetch withdrawal transaction history. |
Output
JSON
json- The JSON output contains the withdrawal records retrieved from the DeltaDefi account.
Dependencies
- Requires an API key credential and encryption password for authentication with the CrowdHydra API of the DeltaDefi Protocol.
Troubleshooting
- Common issues include authentication failures due to incorrect API key or encryption password.
- Errors related to loading the operation key may occur if the key is created on a different network or does not exist for the account on the current network.
- If AES-GCM decryption fails, verify the trading password and network settings.
- Error messages from the API are propagated; enabling 'Continue On Fail' allows the workflow to handle errors gracefully by outputting error details instead of stopping execution.
