Package Information
Released: 11/14/2025
Downloads: 1 weekly / 79 monthly
Latest Version: 1.0.0
Author: CrowdTrendz
Available Nodes
Documentation
n8n-nodes-crowd-hydra
Crowd Hydra is a custom n8n community node built by CrowdTrendz to interact with the DeltaDeFi Cardano APIs. It provides Account, Market and Orders resources and operations to interact with the DeltaDeFi platform.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Using npm
npm install n8n-nodes-crowd-hydra
Manual installation in n8n
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-crowd-hydrain the npm Package Name field - Click Install
Credentials
This node requires DeltaDefi API credentials. You need to provide:
- API Key: Your DeltaDeFi API key
- Operation Key Encryption Password: Password for encrypting operation keys (Trading Password)
- Network: Choose between
mainnetorpreprod
These keys are encrypted using the credentials AES security mechanism.
Operations
Account Resource
- Get Balance: Retrieve your account balance
- Get Deposit Records: Get your deposit transaction history
- Get Withdrawal Records: Get your withdrawal transaction history
- Get Order Records: Retrieve order records
- Get Order Record: Get a specific order by ID
Order Resource
- Create Order: Place a new order
- Symbol (e.g., ADAUSDM)
- Side (buy/sell)
- Type (limit/market)
- Quantity
- Price (for limit orders)
- Cancel Order: Cancel an existing order by ID
Usage
- Add the CrowdHydra node to your workflow
- Configure your credentials
- Select a resource (Account or Order)
- Choose an operation
- Fill in the required parameters
- Execute the workflow
