
If you can think it,
your agent can trade it.
Trade on OKX with natural language, from market signals to execution. MCP Server + CLI + Skills, open source, keys never leave your device.
npm install -g okx-trade-mcp okx-trade-cli$ okx market ticker BTC-USDTBTC-USDT $87,432.50 ▲ +2.34% 24h Vol: $18.7B> Buy 500 USDT of BTC at market, take-profit at 92000, stop-loss at 84000Calling spot_place_orderBUY BTC-USDT | 500 USDT | Market | TP: $92,000 | SL: $84,000✓ Order filled — avgPx: $87,432.50, ordId: 5678901234> Show my BTC balance and recent tradesCalling account_get_balance + spot_get_fills
Hai cách để giao dịch
Một công cụ mạnh mẽ. Chọn cách bạn kết nối.
Máy chủ MCP
Trò chuyện với OKX bằng Claude, ChatGPT hoặc bất kỳ AI nào hỗ trợ MCP. Chỉ cần nói thứ bạn muốn, AI sẽ xây dựng chiến lược và tiến hành giao dịch.
Xem tài liệuCLI
Giao dịch trực tiếp từ giao diện terminal. Đưa dữ liệu thị trường vào script, lên lịch chạy cron job và tự động hóa mọi thứ trong stack phát triển của bạn.
Xem tài liệuPlug-and-Play Skills
Chọn các tính năng bạn cần. Mỗi kỹ năng là một module độc lập. Cài đặt một hoặc tất cả.
npx skills add okx/agent-skillsokx-cex-market行情数据
实时获取最新行情、盘口深度、K线走势、资金费率、持仓量及指数数据。无需 API Key 即可调用。
okx-cex-trade交易
支持现货、合约、期权及算法订单。轻松实现一键下单、撤单、改单及批量操作,更支持 OCO、移动止盈止损及网格策略。
okx-cex-portfolio资产组合
追踪账户余额、当前持仓、收益明细、账单历史、费率等级与资金划转。只需一个 Skill,全盘资产尽在掌握。
Built for any and every trading setup
Every strategy type from grid bots, algo orders, DCA, to arbitrage, built with a sentence.
Kiểm tra tình trạng danh mục đầu tư
"Hiển thị PNL của tôi trong tuần qua và tổng phí đã trả"
Phân tích đầy đủ về PNL, phí và mức độ rủi ro của bạn. Nắm bắt ngay trạng thái danh mục đầu tư của bạn.
News-driven trading
“The SEC just approved a new crypto ETF. Buy 1,000 USD of BTC at market.”
React to market events instantly. Just say what you want to do, and the AI executes your trade in seconds. No screen-switching required.
Spot trading with TP/SL
“Buy 500 USD of ETH at market. Set take-profit at 3,800 and stop-loss at 3,500.”
Open a spot position with built-in take-profit and stop-loss. No need to manage separate algo orders—just one intent, one action.
DCA khi giá giảm
"Tôi có 1.000 USDT. Hãy mua BTC mỗi khi giá giảm 2%"
Đặt ra ngân sách và ngưỡng giá giảm. AI sẽ giúp bạn phân bổ các lệnh mua, cho phép bạn tích lũy crypto mà không cần theo dõi thị trường.
Bot giao dịch lưới
"Thiết lập lưới ETH-USDT từ $3.200 đến $3.800 với 10 lưới"
Tự động khai thác biến động trong phạm vi giá. AI tính khoảng cách lệnh, xác định quy mô đầu tư và đặt toàn bộ lệnh.
Batch order management
“Cancel all my open orders for BTC/USD.”
Clear your open orders in a single sentence. The AI fetches your pending orders and batch-cancels them instantly. No more manually clicking through lists.
Bắt đầu chỉ trong 3 phút
npm install -g okx-trade-mcp okx-trade-cli
mkdir -p ~/.okx && vim ~/.okx/config.toml # ~/.okx/config.toml default_profile = "demo" [profiles.demo] site = "global" api_key = "your-demo-api-key" secret_key = "your-demo-secret-key" passphrase = "your-demo-passphrase" demo = true
okx-trade-mcp setup --client claude-desktop # or: cursor / vscode / claude-code # MCP — natural language in Claude Desktop / Cursor "Show my account balance" "Buy 500 USDT of BTC at market, stop-loss at 84000"
# CLI — terminal + script integration okx market ticker BTC-USDT okx market candles ETH-USDT --bar 1H --limit 200 --json
Câu hỏi thường gặp
Just about everything you can do on OKX. Check prices, trade spot, futures, and options, set up advanced orders (like stop-loss or trailing stop), manage your account, and run grid bots. You can do it all using natural language or your command line. Check GitHub for the full feature list.
We built four layers of safety to prevent that. Start in --demo mode to trade with simulated funds, or use --read-only mode to restrict the AI to data queries. Even in live mode, the AI is strictly warned before taking any action with real funds. Read our Safety guide for details. You need to independently verify all relevant information prior to execution. AI can make mistakes, and you are responsible for losses.
It works with any AI client that supports the Model Context Protocol (MCP). This includes Claude Desktop, Claude Code, Cursor, and custom agents built with the MCP SDK. Right now, it runs locally on your device, with cloud-hosted support coming soon. We may add or remove certain AI clients at our discretion.
Safety is a shared responsibility — here’s what you do, and what OKX does for you.
• What you should do:
1. Create a dedicated sub-account for AI with its own API Key — never mix with your main account
2. Only fund the AI account with what you’re willing to allocate — keep it separate from your main balance
3. Never paste your API Key directly into an AI conversation
4. Set trading permissions to require approval — every trade needs your confirmation
5. Start with demo mode to test your setup before going live
6. Never share sensitive personal information with the Agent
7. Do not install or enable unofficial Skills — this could lead to asset loss
• What OKX does for you:
1. Keys are stored locally only — the AI can never access them
2. Read-only mode: AI can view data but cannot execute any actions
3. Module-level permission control: precisely decide which capabilities AI can use
4. Live and demo trading are fully isolated — testing never touches real funds
5. Rate limiting: abnormal commands are automatically blocked
6. Fully open source — audit every line of code yourself
Absolutely. Everything runs locally, but please keep your key secure and avoid exposing it to AI clients. Your keys are securely stored on your device (~/.okx/config.toml), all transactions are signed locally, and the AI never sees your credentials. No data is ever sent anywhere except directly to OKX. Since it’s open-source, you can audit the code yourself on GitHub. You are responsible for keeping your API keys safe.
Yes, but it depends entirely on your OKX account permissions.
Agent Trade Kit can only execute what your account is already authorized to do. If your account is approved to trade futures, perpetual swaps, or options on OKX, the toolkit can trade them too.
However, if your account type or region restricts certain products (like derivatives), those tools won’t work. Agent TradeKit cannot bypass OKX’s compliance or account restrictions.
Think of it like a remote control: it only works for the channels you’re already subscribed to. If you’re unsure what your account can access, check your OKX account settings.
The Agent Trade Kit is a collection of servers and toolkits intended to facilitate automated or AI-assisted trading, and does not constitute financial, investment, legal, or tax advice. AI-generated actions may trigger real trades and result in significant losses due to model errors, hallucinations, inaccurate or outdated information, latency, market volatility, slippage, liquidity constraints, technical failures, incorrect parameters, or service disruptions. The Service is provided “as is” and “as available,” with no warranties regarding accuracy, completeness, execution reliability, or continuous availability. The Kit may rely on third-party large language models (LLMs) that are not owned, operated, controlled, verified, or endorsed by OKX; OKX disclaims all responsibility and liability for any third-party LLM services or outputs, and you use them entirely at your own risk. You are solely responsible for independently verifying all information, configuring and supervising automated strategies, safeguarding API credentials, applying least-privilege permissions (including avoiding withdrawal permissions unless strictly necessary), binding trusted IPs, and testing with small amounts before scaling. To the maximum extent permitted by law, OKX disclaims liability for any direct or indirect losses arising from use of the AgentTrade Kit, and you agree to indemnify and hold OKX harmless from any claims related to your use, trading activities, or reliance on AI-generated outputs.




