create_paper_exchange
Create a paper trading exchange with a simulated balance to test strategies, deploy bots, and trade without risking real money. No API keys required.
Instructions
Create a paper-trading exchange with a simulated balance. No API keys required. Paper exchanges let agents test strategies, deploy bots, and place trades without risking real money. Recommended starting point for first-time users and any scope=mcp:paper workflow.
Requires OAuth scope mcp:paper or mcp:live. Session-cookie users (dashboard) can always call this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Exchange slug, e.g. "binance", "bybit", "okx", "hyperliquid". Use list_exchanges or the web docs for supported options. | |
| accountLabel | No | Friendly name shown in dashboard and bot configs, e.g. "BTC Paper Test". Defaults to platform name. | |
| exchangeType | No | "spot" for cash trading, "futures" for leveraged/perps. | spot |
| initialBalanceUsdt | No | Simulated starting balance in USDT. Defaults to 10,000. |