Install
openclaw skills install @deanpeng-dotcom/cex-traderUnified CEX trading capability layer for AI agents. Supports OKX and Binance spot and futures trading, account balance queries, order management, position queries, leverage settings, margin mode configuration, market data, and guided API key setup flow. MCP tools: cex-spot-place-order, cex-spot-cancel-order, cex-spot-get-orders, cex-futures-place-order, cex-futures-cancel-order, cex-futures-get-positions, cex-futures-set-leverage, cex-futures-close-position, cex-account-get-balance, cex-account-get-info, cex-market-get-instruments, cex-market-get-kline, cex-market-get-orderbook, cex-market-get-ticker, cex-setup-check, cex-setup-save, cex-setup-verify. Supports action semantics (open_long/open_short/close_long/close_short) and native side+posSide parameters. Built-in idempotency check, rate limiting, and risk controls (margin monitoring, position limits). Supports OKX and Binance exchanges. Swap tokens, buy crypto, sell crypto, CEX trade, exchange order, spot order, futures order, perpetual contract, leverage trading, close position, binance trade, okx trade.
openclaw skills install @deanpeng-dotcom/cex-traderv2.0.3 · Unified CEX Trading Capability Layer for AI Agents
⚠️ Risk Warning: Futures trading involves high leverage and may result in significant losses. Only use funds you can afford to lose.
cex-trader is a unified CEX trading MCP server that enables AI agents to trade on
centralized exchanges (OKX, Binance) through a consistent interface.
This skill talks to the hosted MCP server at https://mcp-skills.ai.antalpha.com/mcp
(transport: streamable-http).
On first use, call antalpha-register once to obtain an agent_id and api_key.
Persist these credentials, then pass agent_id with every subsequent tool call.
| Tool | Description |
|---|---|
cex-setup-check | Check if API credentials are configured |
cex-setup-save | Save API credentials for OKX or Binance |
cex-setup-verify | Verify credentials via a test API call |
| Tool | Description |
|---|---|
cex-spot-place-order | Place spot market or limit order |
cex-spot-cancel-order | Cancel spot order |
cex-spot-get-orders | Query spot orders (pending, or filter by state) |
cex-account-get-balance | Query account balance |
| Tool | Description |
|---|---|
cex-market-get-ticker | Latest ticker (price + 24h stats) for an instrument |
cex-market-get-kline | K-line/candlestick data (interval, limit up to 300) |
cex-market-get-orderbook | Order book depth (depth up to 400, default 20) |
cex-market-get-instruments | List tradable instruments by instType (SPOT/SWAP/FUTURES/OPTION) |
| Tool | Description |
|---|---|
cex-futures-place-order | Place futures order (action semantics or native params) |
cex-futures-cancel-order | Cancel futures order |
cex-futures-get-positions | Query open positions |
cex-futures-set-leverage | Set leverage (1-125x) |
cex-futures-close-position | Close position |
cex-account-get-info | Get account config and summary |
transport: streamable-http for the hosted MCP endpoint