Block 1 - HTTP Request
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system . It listens for incoming webhook requests and dynamically routes them to t...
n8n-nodes-base.httprequest, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Don Jayamaha Jr.
Original n8n.io sourceThis workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the correct timeframe-based indicator tool (15m, 1h, 4h, 1d). Designed to power multi-timeframe analysis at scale.
Webhook endpoint:
POST /webhook/indicators
Body format:
{
"symbol": "DOGEUSDT",
"timeframe": "15m"
}
| Timeframe | Routed To |
|---|---|
| 15m | Binance SM 15min Indicators Tool |
| 1h | Binance SM 1hour Indicators Tool |
| 4h | Binance SM 4hour Indicators Tool |
| 1d | Binance SM 1day Indicators Tool |
| Use Case | Description |
|---|---|
| π Used by Binance Financial Analyst Tool | Automatically triggers all indicator tools in parallel |
| π€ Integrated in Binance Quant AI System | Supports reasoning, signal generation, and summaries |
| βοΈ Can be called independently for raw data access | Useful for dashboards or advanced analytics |
{
"symbol": "DOGEUSDT",
"timeframe": "15m",
"rsi": 56.7,
"macd": "Bearish Crossover",
"bbands": "Stable",
"ema": "Price above EMA",
"adx": 19.4
}
Make sure all the following workflows are installed and operational:
OpenAI credentials (for any agent using LLM formatting)
Β© 2025 Treasurium Capital Limited Company All architectural routing logic and endpoint structuring is IP-protected. No unauthorized rebranding or resale permitted.
π Need help? Connect on LinkedIn β Don Jayamaha
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 69 workflow blocks. Download the JSON for the full node graph.
| Workflow | Binance SM indicators webhook tool |
|---|---|
| Complexity | advanced |
| Nodes | 69 |
| Categories | Crypto Trading |
| Author | Don Jayamaha Jr |
| Published | 06 Jun 2025 |
Use the JSON export at /data/workflows/4747/4747.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system . It listens for incoming webhook requests and dynamically routes them to t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading use case.