Actions8
- Account Actions
- Market Actions
- Order Actions
Overview
This node interacts with the DeltaDefi Protocol via the CrowdHydra API to manage accounts and orders. Specifically, for the Account resource with the Get Balance operation, it retrieves the current balance of the user's account. This is useful for users who want to monitor their available funds within the DeltaDefi ecosystem, enabling them to make informed trading or investment decisions.
Use Case Examples
- A user wants to check their current account balance before placing a new order.
- An automated workflow retrieves account balances periodically to update a financial dashboard.
Output
JSON
json- The account balance data retrieved from the DeltaDefi Protocol
Dependencies
- Requires an API key credential for the CrowdHydra API, including an API key, encryption password, and network information.
Troubleshooting
- If the node fails to retrieve the balance, ensure that the API key credential is correctly configured and valid.
- Network mismatches or incorrect encryption passwords can cause authentication errors.
- Common error messages include decryption failures indicating issues with the trading password or operation key, which should be verified on the DeltaDefi dashboard.
Links
- DeltaDefi Protocol Documentation - Official documentation for the DeltaDefi Protocol and CrowdHydra API usage.
