CLI-first trade sync · 12+ exchanges
One CLI that mirrors every filled trade across 12+ exchanges — while your funds never leave your own accounts.
The CLI is in beta today — know the moment it goes stable.
Integrated with 12+ exchanges
Connect once, set your rules, and every trade fans out automatically.
Link your Binance, Bybit, OKX, or any of 12+ supported exchanges.
Set your trading rules, pairs, and risk parameters.
Your trades automatically execute across all connected accounts.
Copy trading, webhooks, and rewards — all from one CLI, plus a public status page.
Mirror filled trades across 12+ exchanges. Triggered by the fill, not a schedule.
Install CLI →Push trade and copier events to your own endpoint, signed with HMAC-SHA256.
View Docs →Earn $TBOT on trading volume, plus 10% of what everyone you refer earns.
View Docs →Real-time service health, 90-day uptime history, and incident tracking.
View Status →REST API, GraphQL, and CLI for every workflow.
Full account control from your terminal. Manage exchanges, strategies, copiers, webhooks, and more. 31 commands across 15 groups.
npm install -g tokenbot
View Docs →
Signed-request auth over HTTPS. Full platform coverage — exchanges, strategies, copiers, webhooks — documented with OpenAPI.
https://api.tokenbot.com
View Docs →
Typed queries, mutations, and real-time subscriptions over graphql-ws. One endpoint for everything.
https://gql-api.tokenbot.com/graphql
View Docs →
$ tokenbot balance --json
[
{ "exchange": "binance", "asset": "USDT", "free": "1240.50" }
]
Run npx tokenbot-mcp and connect Claude, ChatGPT, or any MCP-compatible AI assistant. It runs on your machine against your own CLI identity.
Your assistant calls typed tools to connect exchanges, create and update strategies and copiers, start or stop copying, and cancel an open order. TokenBot's bots still place every trade.
Six tokenbot:// resources expose your exchange accounts, strategies, copiers, trade history, and analytics as JSON the assistant can read without changing anything.
Four built-in workflows — onboarding, portfolio summary, troubleshooting, and strategy optimization — hand the assistant a ready-made script for the jobs you repeat most.
Deleting a strategy or copier, or disconnecting an exchange, only happens when the assistant passes an explicit confirmation flag. Every exchange, strategy, and copier change is written to a structured audit log you control.
Sync every trade across your whole portfolio — while your funds stay on your own exchanges.
Execute trades across all your exchange accounts simultaneously. One trade on Binance mirrors to Bybit, OKX, Coinbase, and more—automatically.
TokenBot uses read/trade-only API keys. We can never withdraw your funds. Your crypto stays safely on your exchanges, always under your control.
Trade any market type. Whether you're spot trading, using margin, or trading perpetual futures—TokenBot handles it all.
Follow top traders and automatically copy their positions. Share your strategy with copiers in your Discord or Telegram community. Full control over risk limits and allocation.
Active traders earn $TBOT tokens based on trading volume. Refer friends and earn 10% of their rewards too.
Generate API keys for programmatic access via REST or GraphQL. Set up webhooks to get real-time notifications on trades, position changes, and copier activity.
Read-only where possible, encrypted everywhere, and never in custody of your funds.
API keys are trade-only. We can never move your funds.
All credentials encrypted at rest and in transit.
$TBOT token contracts are fully auditable on GitHub.
TokenBot is a CLI. Install once, manage strategies, copiers, exchange keys, and webhooks straight from your terminal.
tokenbotkeys add, or register them with TokenBot via exchange add when you want server-side automation--json into jqFull command reference lives in the CLI documentation.
tokenbot package is on public npm now — npm install -g tokenbot pulls the current beta. Expect breaking changes between beta releases — pin a version if you need stability. Source lives in the tokenbot-cli repo.
>npm install -g tokenbot
>npx tokenbot init
>curl -fsSL https://install.tokenbot.com | sh
The CLI is on public npm today as a beta. Leave your email, confirm it in the email we send back, and we'll tell you the moment a stable release lands.
Protected by Cloudflare Turnstile.
TokenBot is powered by $TBOT—our utility token that rewards active traders.
TokenBot is built on transparency and security. Your funds never leave your exchange accounts, and our open architecture means you always know how your trades are executed. We integrate with leading exchanges to ensure reliability.
Absolutely. TokenBot uses trade-only API keys—we can never withdraw your funds. Your crypto stays on your exchanges, always under your control.
We support 12+ exchanges including Binance, Bybit, OKX, Bitget, Coinbase, Kraken, and more. New exchanges added regularly.
Copying is event-driven, not scheduled. A fill on your strategy account is picked up from the exchange’s live order feed and fanned out to every linked copier as soon as it lands — the wall-clock time is dominated by each exchange’s own API, not by a polling interval. Only filled orders copy; a partial fill waits until the order completes.
Free, scriptable, no browser overhead, runs anywhere with Node.js. Pipe outputs into your own tools, automate from cron, or drive it from CI — all without a webview in the way.
You choose. tokenbot keys add encrypts them on your machine in ~/.tokenbot/keys.json (mode 0600) and never sends them anywhere — that’s what tokenbot balance uses, calling the exchange directly via ccxt. tokenbot exchange add is the separate opt-in path: it registers credentials with TokenBot, stored encrypted at rest, so the server-side engines can trade on your behalf. Either way, use trade-only keys — withdrawal permission is never required.
The dashboard has been retired. The CLI does everything it did, faster, and gives you JSON output for everything you used to click through.
Install the CLI, connect an exchange, and run your first synced trade in minutes.