crowd-hydra

Custom n8n node built by CrowdTrendz to interact with the DeltaDefi Cardano APIs - Accounts and Orders management

Package Information

Released: 11/14/2025
Downloads: 1 weekly / 79 monthly
Latest Version: 1.0.0
Author: CrowdTrendz

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

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-crowd-hydra in the npm Package Name field
  4. 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 mainnet or preprod

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

  1. Add the CrowdHydra node to your workflow
  2. Configure your credentials
  3. Select a resource (Account or Order)
  4. Choose an operation
  5. Fill in the required parameters
  6. Execute the workflow

License

MIT

Discussion