/
RO
roxom
/
Portico API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
roxom
Portico API
post
Place Order
a7839cbefd8e
latest
OpenAPI 3.0.3
2026-07-26
19
70
32.6 KB
Accounts
5
Market
6
Orders
5
post
Cancel All Orders
post
Cancel Order
get
Get Order by ID
get
Get Real-time Orders
post
Place Order
Positions
2
System
1
Orders
Place Order
Submit a new order for a specific trading instrument.
post
/v1/orders
Request body
PlaceOrderRequest
required
cancelAt
integer
nullable
clientOrderId
string
nullable
instType
'perpetual'
|
'spot'
|
'btc'
|
'digital'
|
'stock'
|
'index'
required
orderType
'limit'
|
'market'
|
'stop'
|
'stoplimit'
|
'take'
|
'takelimit'
required
postOnly
boolean
nullable
px
string
nullable
qty
string
required
reduceOnly
boolean
nullable
side
'buy'
|
'sell'
required
symbol
string
required
timeInForce
'gtc'
|
'ioc'
triggerPx
string
nullable
unit
'sats'
|
'btc'
Response
ApiResponseForPlaceOrderResponse
required
Represents a successful API response wrapper
data
PlaceOrderResponse
required
error
boolean
required