Install
openclaw skills install @bevanding/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, and guided API key setup flow. MCP tools: cex-spot-place-order, cex-spot-cancel-order, 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-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 @bevanding/cex-traderv2.0.2 · 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.
| 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-account-get-balance | Query account balance |
| 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-20x) |
cex-futures-close-position | Close position |
cex-account-get-info | Get account config and summary |