/
LE
legend
/
Legend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 6h ago · Updated 6h ago
View markdown
legend
Legend API
patch
Update or stop a copy profile
v5
OpenAPI 3.1.0
2026-08-08
241
232
1010.2 KB
app
1
arena
36
attachments
6
bug-reports
1
capital
1
chat
37
clans
29
copy-trading
14
post
Record a copy trade and auto-post to the feed
get
Copies taken on a position
get
List a user's copy profiles (defaults to the authenticated user)
post
Create a copy trading profile
get
Get profile-scoped performance history for a copy sub-wallet
patch
Update or stop a copy profile
get
Get active copy profile for a target trader (if any)
get
List a user's copiers (defaults to the authenticated user)
get
Get PNL share settings
patch
Update PNL share settings
get
Find an available copy trading wallet to reuse
post
Register a copy trading wallet for a profile
post
Record a fund deposit to a copy profile
post
Record a fund withdrawal from a copy profile
deposits
1
favorites
3
fills
1
following
13
friends
1
notifications
2
paper
1
portfolio
9
positions
8
posts
14
price-alerts
3
pusher
2
reports
1
search
4
season
2
telegram-account
2
tokens
3
trade-protection
2
trading
2
trailing-stops
4
transfers
1
user
31
users
1
withdrawals
1
x-account
4
copy-trading
Update or stop a copy profile
patch
/v1/copy-trading/profiles/{profileId}
Path parameters
profileId
string
uuid
required
Request body
object
required
stop
boolean
Response
Successful response
CopyProfile
required
id
string
required
user_id
string
required
target_id
string
required
sub_wallet_address
string
nullable
required
allocated_amount
number
required
status
'active'
|
'stopped'
required
pnl_share_rate
number
required
needs_rebalance
boolean
required
force_close_requested
boolean
required
copier_equity_baseline
number
nullable
required
copier_baseline_updated_at
string
nullable
required
created_at
string
required
updated_at
string
required
stopped_at
string
nullable
required