Skip to main content

n8n Integration

n8n-nodes-chainstream is a community node that brings ChainStream’s on-chain data directly into n8n workflow automation. Query token metadata, monitor trades, and track wallet activity — all without writing code.
Package: n8n-nodes-chainstream v0.0.92 | Versions published: 63 | Listed on the n8n Creator Portal

Installation

  1. Open your n8n instance.
  2. Go to Settings > Community Nodes.
  3. Click Install and enter:
  1. Confirm the installation and restart n8n if prompted.

Authentication

The node authenticates via API credentials issued from your ChainStream dashboard.
  1. In your ChainStream dashboard, navigate to Settings > API Keys.
  2. Create a new key pair. You will receive:
    • API Client ID
    • API Client Secret
  3. In n8n, go to Credentials > New Credential > ChainStream API.
  4. Enter the Client ID and Client Secret, then save.

Supported Resources & Operations

Node Configuration

Below is a sample n8n node configuration for querying token metadata:
Fetching token price data:
Querying wallet balances:

Example Workflows

1. Price Alert Bot

Monitor a token price and send a Telegram notification when it crosses a threshold.

2. Portfolio Tracker

Run on a schedule to fetch wallet balances and append rows to a Google Sheet.

3. Whale Watcher

Detect large wallet activity and send a Slack notification.

4. Compliance Scanner

When a new deposit arrives, run a KYT (Know Your Transaction) check and flag suspicious activity.

Next Steps

Trigger Node

Set up real-time event-driven triggers with ChainStream webhooks.

API Reference

Explore the full ChainStream API that powers this node.