The Copy Trading OpenAPI is now available. It enables lead traders to control their copy‑trading settings and orders through a programmatic interface.
Key endpoints:
-
Fetch real‑time open positions using GET /orders/current.
-
Query paginated historical closed orders via GET /orders/history.
-
Pull detailed performance metrics like win rate, Sharpe ratio, and PnL over 7 to 365 days using GET /trade-data.
-
Retrieve weekly profit‑sharing records with GET /profit-sharings/history.
-
Dynamically update your leader configuration, including cooldowns, profit rates, symbol lists, and invite codes, using PUT /config.
-
List your current followers with pagination via GET /followers.
-
Remove a follower with atomic validation using DELETE /followers/{id}.
For full details on authentication, parameters, and error handling, please refer to the official Toobit API documentation.
Take your copy trading to the next level.

