/
LE
legend
/
Legend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 4h ago · Updated 23h ago
View markdown
legend
Legend API
post
Create a server-managed chase order
v
latest
OpenAPI 3.1.0
2026-08-09
244
236
1023.7 KB
app
1
arena
36
attachments
6
bug-reports
1
capital
1
chase-orders
3
get
List chase orders for the current user
post
Create a server-managed chase order
delete
Cancel a chase order
chat
37
clans
29
copy-trading
14
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
chase-orders
Create a server-managed chase order
post
/v1/chase-orders
Request body
object
required
idempotencyKey
string
uuid
required
walletAddress
string
required
symbol
string
required
assetId
integer
required
side
'LONG'
|
'SHORT'
required
size
number
required
priceLimit
number
required
reduceOnly
boolean
durationSeconds
integer
required
Response
Successful response
CreateChaseOrderOutput
required
chaseOrder
ChaseOrder
required