{
  "name": "Binance SM price-24hrStats-OrderBook-Kline tool",
  "nodes": [
    {
      "id": "200b26ba-fd67-48a2-86fc-cc1f92548757",
      "name": "getCurrentPrice",
      "type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
      "position": [
        80,
        160
      ]
    },
    {
      "id": "978a1d9f-b217-4455-b0b3-96b86d2fd809",
      "name": "get24hrStats",
      "type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
      "position": [
        320,
        160
      ]
    },
    {
      "id": "b6c4bb2d-6669-433a-a83b-f0c25c48e5ce",
      "name": "getOrderBook",
      "type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
      "position": [
        560,
        160
      ]
    },
    {
      "id": "c5403bc9-349d-4205-9bd6-f0e48a33630e",
      "name": "getKlines",
      "type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
      "position": [
        820,
        160
      ]
    },
    {
      "id": "d4296211-d100-4b4d-9f39-31d5799c46cb",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -440,
        180
      ]
    },
    {
      "id": "7a941f53-2294-4926-957d-ee82d01e4c11",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -200,
        180
      ]
    },
    {
      "id": "8f6328d3-2508-40e5-a01c-44e428384f16",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -320,
        -180
      ]
    },
    {
      "id": "c4400f35-e18f-4645-b92e-187ac73d40f6",
      "name": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        80,
        -180
      ]
    },
    {
      "id": "f8d29f2d-5359-4dba-a99f-caaee2e44d91",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        -480
      ],
      "parameters": {
        "width": null,
        "height": 500,
        "content": "## Triggered by Parent Workflow\nNode: When Executed by Another Workflow\nThis agent only activates when another agent (e.g., **Financial Analyst)** passes:"
      }
    },
    {
      "id": "2ffb4f3e-2cce-4e14-a1e4-c4cc0af8874b",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -460
      ],
      "parameters": {
        "width": 500,
        "height": 460,
        "content": "## Main Reasoning Agent\nNode: Binance SM Price-24hrStats-OrderBook-Kline Agent\nThis is the AI interface that:\n\n**Accepts the prompt (symbol)**\n\nExtracts the **trading pair**\n\n**Automatically routes th"
      }
    },
    {
      "id": "f722bc3b-983d-423a-bce2-a62d238873a7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        120
      ],
      "parameters": {
        "width": 220,
        "height": 520,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## OpenAI Formatter\nNode: OpenAI Chat Model (**gpt-4.1-mini**)\nUsed to:\n\nParse raw JSON responses\n\n**Convert numeric results into clean text blocks**\n\n**Label important stats** (e.g., t"
      }
    },
    {
      "id": "60d3f253-2d1f-480c-ac32-8fc48c4cfab2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        120
      ],
      "parameters": {
        "width": 220,
        "height": 520,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Simple Memory\nStores the session and symbol context. **Ensures continuity across tool calls** and can be used for **summarization logic.**\n\n"
      }
    },
    {
      "id": "dccc52f0-2f57-4bdb-a16b-79e84275bda6",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        120
      ],
      "parameters": {
        "width": 220,
        "height": 620,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n##  getCurrentPrice\nType: toolHttpRequest\nEndpoint:\nhttps://api.binance.com/api/v3/ticker/price\n\nInput:\n\njson\n{ \"symbol\": \"BTCUSDT\" }\n\n**Returns last trade price.**"
      }
    },
    {
      "id": "dcae06d0-e8c6-4b72-87fd-1f730ef4829d",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        120
      ],
      "parameters": {
        "width": 220,
        "height": 680,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## get24hrStats\nType: toolHttpRequest\nEndpoint:\nhttps://api.binance.com/api/v3/ticker/24hr\n\nInput:\n\njson\n{ \"symbol\": \"BTCUSDT\" }\n\n**Returns 24h OHLC, % change, and volume.**\n\n"
      }
    },
    {
      "id": "4606d831-1579-4a5f-874a-c8d139369ebe",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        120
      ],
      "parameters": {
        "width": 220,
        "height": 720,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## getOrderBook\nType: toolHttpRequest\nEndpoint:\nhttps://api.binance.com/api/v3/depth\n\nInput:\n\njson\n{\n  \"symbol\": \"BTCUSDT\",\n  \"limit\": 100\n}\n\n**Returns top 100 bids and asks.**"
      }
    },
    {
      "id": "25239ca3-ca99-4095-9d64-5581d39244e0",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        120
      ],
      "parameters": {
        "width": 220,
        "height": 720,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## getKlines (Multi-Timeframe)\nType: toolHttpRequest\nEndpoint:\nhttps://api.binance.com/api/v3/klines\nInputs:\n\nExecuted 4 times, once for each timeframe:\n\njson\n{ \"symbol\": \"BTCUSDT\", \"in"
      }
    },
    {
      "id": "9937f721-ab8e-4ef1-9809-9b146c98de1a",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1240,
        -1420
      ],
      "parameters": {
        "width": 1220,
        "height": 2480,
        "content": "# 📈 Binance SM Price-24hrStats-OrderBook-Kline Tool – Documentation\n\nA market structure sub-agent that collects **real-time price data**, **order book depth**, **24-hour statistics**, and **multi-time"
      }
    }
  ],
  "connections": {
    "getKlines": {
      "ai_tool": [
        [
          {
            "node": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "get24hrStats": {
      "ai_tool": [
        [
          {
            "node": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "getOrderBook": {
      "ai_tool": [
        [
          {
            "node": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "getCurrentPrice": {
      "ai_tool": [
        [
          {
            "node": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Binance SM Price-24hrStats-OrderBook-Kline Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}