What problem does it solve?
Provide a single, governed entrypoint to place orders, manage positions, perform cross-exchange transfers and flash converts, and query trade/position/history across Gate, Binance, OKX and Bybit without the user having to orchestrate multiple exchange APIs manually.
Core Features & Use Cases
- Multi-Module Routing: Routes intents for Spot, Margin, Futures, Transfers, Converts, Orders, Positions, and History to the correct workflow.
- Pre-checks & Validation: Verifies symbols, minimum amounts, balances, and leverage before executing operations to reduce failed trades and invalid requests.
- Controlled Execution via MCP: Uses the cex_crx MCP toolset for deterministic list/get/create/update/cancel operations and enforces a strict scope rule so only documented tools are invoked.
- Safe Confirmation Flow: Presents pre-operation summaries and requires explicit user confirmation for risky or state-changing operations; includes credential safety guidance and error handling templates.
- Use Case: Place a spot buy on Gate, open a futures position, perform a cross-exchange transfer to Binance, or fetch historical trade and position records for auditing.
Quick Start
Buy 100 USDT worth of BTC on Gate spot and then transfer the acquired BTC to Binance.