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 Order Records' operation, it retrieves open order records associated with the user's account. This is useful for users who want to monitor their active trading orders on the DeltaDefi platform.

Use Case Examples

  1. A trader wants to fetch all their currently open orders to review and decide on further actions.
  2. An automated workflow needs to check open orders to trigger alerts or update a dashboard.

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, here 'Get Order Records' to fetch open orders.

Output

JSON

  • json - The JSON output contains the retrieved open order records from the user's account.

Dependencies

  • Requires an API key credential and encryption password for authentication with the CrowdHydra API of the DeltaDefi Protocol.

Troubleshooting

  • If the node fails to load the operation key, it may be due to an incorrect trading password, operation key created on a different network, or the operation key not existing for the account on the current network. Verify the operation key and network settings in the DeltaDefi dashboard.
  • Common error messages include decryption failures related to AES-GCM, indicating authentication or key issues. Ensure credentials are correct and correspond to the correct network.

Links

Discussion