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...
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: [](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. |
---