For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Welcome to the TokenBot developer documentation. TokenBot provides programmatic access to automated crypto trading, trade synchronization (copiers), and portfolio management.

💡 Most users drive TokenBot through the tokenbot CLI (npm install -g tokenbot). These APIs are for building integrations, automation, and custom tooling on top of the platform.

APIs

API
Description
Base URL

CRUD operations for exchanges, strategies, copiers, trades

api.tokenbot.com/v1

Full platform access: exchanges, strategies, copiers, trades, and admin operations

gql-api.tokenbot.com

Outbound, signed event notifications (46 event types)

N/A (push-based)

AI/LLM tool integration via Model Context Protocol

Local server (stdio)

Getting Started

  1. Quickstart Guide — Make your first API call in minutes

  2. Authentication — API keys, signed requests, and GraphQL auth

  3. Rate Limits — Usage limits and best practices

  4. Error Handling — Standard error response format

Key Concepts

  • Exchange Account — A connected exchange (Binance, Bybit, etc.) with API credentials

  • Strategy — The source account whose trades are replicated

  • Copier — Replicates a strategy's trades onto another exchange account

  • Trade — An individual order executed on an exchange

  • Trade Pair — A trading pair (e.g., BTC/USDT) available on an exchange

Token

The platform token is TBOT.

Last updated

Was this helpful?