workflows.fit
Back to n8n workflows
n8n templateFreeBy Don Jayamaha Jr

Binance SM price-24hrStats-OrderBook-Kline tool

A powerful sub-agent that collects real-time market structure data from Binance for any trading pair — including price, volume, order book depth, and candlestick snapshots across multiple timeframes (15m, 1h, 4h, 1d)....

AILangchainCore NodesTool Http RequestLm Chat Open AiMemory Buffer WindowExecute Workflow Trigger
Loading interactive preview...

Template notes

A powerful sub-agent that collects real-time market structure data from Binance for any trading pair — including price, volume, order book depth, and candlestick snapshots across multiple timeframes (15m, 1h, 4h, 1d).

--- 🎥 Watch Tutorial: [![Click to Watch](https://img.youtube.com/vi/HWHD-eXP0IE/hqdefault.jpg)](https://youtu.be/HWHD-eXP0IE)

🎯 Purpose

This workflow powers the Quant AI system with:

✅ Real-time price feed (/ticker/price) ✅ 24-hour stats (OHLC, % change, volume via /ticker/24hr) ✅ Live order book depth (/depth) ✅ Latest candlestick data (/klines) for all major intervals

All outputs are parsed and formatted using GPT and returned to the parent agent (e.g., Financial Analyst Tool) as a Telegram-optimized summary.

---

⚙️ Workflow Architecture