CrowdHydra icon

CrowdHydra

Interact with DeltaDefi Protocol via CrowdHydra for accounts and orders management

Overview

This node interacts with the DeltaDefi Protocol via the CrowdHydra API to manage accounts and orders. Specifically, for the 'Account' resource and 'Get Deposit Records' operation, it retrieves the deposit transaction history of the user's account. This is useful for users who want to track their deposit activities within the DeltaDefi ecosystem, such as auditing deposits or monitoring funds inflow.

Use Case Examples

  1. A user wants to fetch all deposit transactions to analyze their funding history.
  2. A financial application integrates this node to display deposit records for user accounts.

Properties

Name Meaning
Resource The category of data to interact with, here it is 'Account'.
Operation The specific action to perform on the selected resource. For 'Account', options include getting balance, deposit records, withdrawal records, order records, or a specific order by ID.

Output

JSON

  • json - The JSON output contains the deposit records retrieved from the DeltaDefi Protocol via CrowdHydra API. Each record represents a deposit transaction with details as provided by the API.

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 trading password is incorrect, the operation key was created on a different network, or the operation key does not exist for the account on the specified network.
  • Error messages will indicate the nature of the failure, and users should verify their credentials and network settings in the DeltaDefi dashboard.

Discussion