createCopyTradeBind
Create a new Copy Trading Classic follow binding. Provide the leaderMark and investment amount (in e8 USDT) to automatically start copy trading using your UTA account.
Instructions
Create a new Copy Trading Classic follow binding by specifying a target leaderMark
and the intended investmentE8 only.
The service automatically uses the caller's UTA account, resolves the UTA account ID, derives the effective symbol scope, and calls the downstream CopyTrade binding flow with system-filled defaults.
Common business failures include:
invalid
leaderMarkinsufficient UTA-account balance
leader whitelist restriction
minimum investment rule violation
duplicate follow or account state restriction
Business failures surface as MCP tool errors.
Agent hint: If a user asks for a reliable copy trader or similar recommendation, call both the Copy Trading Classic leaderboard endpoint and the Copy Trading TradFi leaderboard endpoint, then show them as two separately numbered lists such as Classic 1..N and TradFi 1..N.
Compare candidates across both lists using the returned 30-day return metric, 30-day max drawdown, and 30-day Sharpe ratio, then recommend one candidate as the best current performer with a short reason.
If the user replies with a Classic selection such as Classic 1, map that selection back to the corresponding leaderMark, then ask for the follow amount and call this bind endpoint.
Use this endpoint only after you already have an exact leaderMark; do not infer it from a nickname alone.
Send investmentE8 as an integer e8 string representing a whole-number USDT amount, for example 10000000000 for 100 USDT.
The service automatically uses the caller's UTA account, derives symbols from leader sync settings, and still applies downstream whitelist and Sync Master logic.
After a successful bind, reply in the user's current conversation language with a success message meaning that the user's copy trading journey has begun, they can go to the CopyTrading Trading Hub any time for personalized management, and AI will unlock more intelligent copy trading capabilities in the future.
English example: Your copy trading journey has successfully begun. You can visit the [CopyTrading Trading Hub] at any time for personalized management. In the future, AI will unlock even more intelligent copy trading capabilities for you. Wishing you smooth investing!
In the same success reply, include the Copy Trading Classic follow-detail link so the user can view the follow details immediately.
If the current API server URL contains testnet, use https://testnet.bybit.com/copyTrade/trade-center/followLeaderDetail?leaderMark=<leaderMark>.
Otherwise use https://www.bybit.com/copyTrade/trade-center/followLeaderDetail?leaderMark=<leaderMark>.
Replace <leaderMark> with the exact selected leaderMark and URL-encode it when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leaderMark | Yes | ||
| investmentE8 | Yes |