workflows.fit
Back to n8n workflows
n8n template$1,000By Don Jayamaha Jr

Automate Bitget spot trading with GPT-4o-mini AI agent via Telegram

A professional-grade AI trading orchestration system for Bitget Spot Market automation via Telegram. This agent integrates Bitget REST APIs, authenticated order management, and real-time reasoning with GPT-4o-mini, al...

MarketingCore NodesDevelopmentCommunicationHITLAILangchainUtility
Open checkout
Loading interactive preview...

Template notes

A professional-grade AI trading orchestration system for Bitget Spot Market automation via Telegram.

This agent integrates Bitget REST APIs, authenticated order management, and real-time reasoning with GPT-4o-mini, allowing direct Telegram-based execution of spot and trigger orders β€” all within your self-hosted n8n environment.

πŸŽ₯ Watch Tutorial: [![Click to Watch](https://img.youtube.com/vi/Y4D-xt130K8/hqdefault.jpg)](https://www.youtube.com/watch?v=Y4D-xt130K8)

---

🧩 Required Workflows

You must install and activate all of the following workflows for the system to function correctly:

| βœ… Workflow Name | πŸ“Œ Function Description | | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | | Bitget AI Trader Agent | Core orchestrator. Handles user Telegram commands, routes to correct sub-agents, and formats all responses. | | Account and Wallet Agent Tool | Retrieves Bitget account info, balances, and deposit addresses using authenticated endpoints /api/v2/spot/account/. | | Spot Order Trading Agent Tool | Places, cancels, and queries spot orders (/trade/place-order, /cancel-order, /orderInfo, /unfilled-orders). | | Trigger Order Agent Tool | Manages conditional β€œplan” (trigger) orders β€” place, modify, cancel, and list them (/trade/place-plan-order, /modify-plan-order, etc.). | | Webhook HTTP Request Nodes | Securely handle REST calls for each sub-agent via n8n webhooks. All endpoints authenticated using the Bitget Sign system. |

---