/
LE
legend
/
Legend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2h ago
Details
Filter operations
app
1
arena
36
attachments
6
bug-reports
1
capital
1
chase-orders
3
chat
38
clans
31
copy-trading
15
deposits
1
favorites
3
fills
1
following
13
friends
1
notifications
2
paper
1
portfolio
9
positions
11
posts
14
price-alerts
3
pusher
2
reports
1
search
4
season
2
streaming
1
telegram-account
2
tokens
3
trade-protection
2
trading
2
trailing-stops
4
get
List trailing stop orders for the current user
post
Create a trailing stop order
delete
Cancel an active trailing stop order
patch
Update the trail percentage of an active trailing stop
transfers
1
unfurl
1
user
32
users
4
wallets
1
withdrawals
1
x-account
4
trailing-stops
List trailing stop orders for the current user
get
/v1/trailing-stops
Query parameters
limit
integer
cursor
string
activeOnly
boolean
walletAddress
string
Response
Successful response
ListTrailingStopsOutput
required
total
integer
nextCursor
string
previousCursor
string
hasMore
boolean
required
trailingStops
TrailingStop[]
required
Changes