FAQ
What can Agent Trade Kit do?
It covers Toobit's core trading features: market data queries, spot trading, USDT-M perpetual futures trading, and account/fund management. All operations can be performed via natural language (MCP) or command line (CLI), with a total of 66 tools.
Which AI clients are supported?
All AI clients compatible with MCP (Model Context Protocol), including Claude Desktop, Claude Code, Cursor, VS Code (Copilot Chat), and various custom Agent frameworks.
Is this tool free?
Yes, completely free. Open-source under the MIT license. You only need a Toobit account and API Key for trading. Market data queries don't even require an API Key.
Is my API Key safe?
The program runs entirely locally. Your keys are only stored in the local config file (~/.toobit/config.toml), signatures are computed locally, and AI cannot access your credentials. No data is sent to any third party besides the official Toobit servers. The code is fully open-source and auditable.
Can I lose money if the AI makes a mistake?
We provide multiple security layers:
- Use
--read-onlymode to restrict AI to queries only - Use
--modulesto specify allowed modules - The system automatically filters tools based on API Key permissions
However, AI can make mistakes. Always verify order details before execution. Users bear all trading risks.
What's the symbol format for spot and futures?
- Spot endpoints (ticker, depth, candles, orders, etc.) use the format
BTCUSDT,ETHUSDT— uppercase, no separators. - Futures endpoints (funding rate, mark price, open interest, long-short ratio, contract ticker, insurance fund, risk limits, place order, positions, leverage, etc.) require the contract format
BTC-SWAP-USDT,ETH-SWAP-USDT— with hyphens.
What's the minimum order amount?
It depends on the trading pair. Use the market_get_exchange_info tool to query MIN_NOTIONAL and LOT_SIZE limits for each pair. Most trading pairs have a minimum order value of 5 USDT.
What are Agent Skills?
Agent Skills are standalone Markdown instruction files. Each Skill teaches an AI Agent how to use the CLI to complete specific categories of tasks. After reading a Skill document, the AI follows its command examples and workflows to execute tasks — no additional programming needed.
Installing Skills
npx skills add toobit-docs/agent-skills