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 PortalInstallation
- Open your n8n instance.
- Go to Settings > Community Nodes.
- Click Install and enter:
- Confirm the installation and restart n8n if prompted.
Authentication
The node authenticates via API credentials issued from your ChainStream dashboard.- In your ChainStream dashboard, navigate to Settings > API Keys.
- Create a new key pair. You will receive:
- API Client ID
- API Client Secret
- In n8n, go to Credentials > New Credential > ChainStream API.
- Enter the Client ID and Client Secret, then save.
Supported Resources & Operations
| Resource | Operations |
|---|---|
| Token | Get metadata, get prices, list holders, query liquidity, run security audit, list mint/burn events |
| Trade | List trades, get activities, view leaderboards |
| Wallet | Query balances, get PnL, list activity |
Node Configuration
Below is a sample n8n node configuration for querying token metadata: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.

