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 and 'Get Order Record' operation, it retrieves a specific order by its ID. This is useful for users who need to fetch detailed information about a particular order within their account, such as order status or details, by providing the order ID.
Use Case Examples
- Retrieve details of a specific open order by providing its unique order ID to monitor its status or details.
- Fetch historical order information for auditing or record-keeping purposes.
Properties
| Name | Meaning |
|---|---|
| Order ID | The ID of the order to retrieve, used to specify which order record to fetch from the account. |
Output
JSON
json- The JSON object containing the details of the retrieved order record.
Dependencies
- Requires an API key credential and encryption password for authentication with the CrowdHydra API of the DeltaDefi Protocol.
Troubleshooting
- Common issues include providing an incorrect or non-existent order ID, which will result in errors or empty responses.
- Authentication errors may occur if the API key or encryption password is invalid or missing.
- Network mismatches or incorrect credentials can cause failures when loading operation keys, leading to errors related to AES-GCM decryption failure.
Links
- DeltaDefi CrowdHydra API Documentation - Official documentation for the CrowdHydra API used to interact with accounts and orders.
