/
TO
topstepx
/
ProjectX Gateway API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
Account
1
Auth
4
Contract
3
History
1
Order
7
post
Searches for orders based on the provided request.
post
Searches for a single order by its ID on an account owned by the authenticated user.
post
Searches for orders with Open status on an account. Does not include Suspended bracket children — use /v2/query with Statuses: [Open, Suspended] to fetch those alongside open orders.
post
Paginated order search with optional filtering by status, contract, and creation timestamp.
post
Places a new order based on the provided request.
post
Cancels an existing order based on the provided request.
post
Modifies an existing order based on the provided request.
Position
3
Status
1
Trade
1
Order
Searches for orders based on the provided request.
post
/api/Order/search
Request body
SearchOrderRequest
required
accountId
integer
required
startTimestamp
string
date-time
required
endTimestamp
string
date-time
Response
A response with search results.
SearchOrderResponse
required
success
boolean
required
errorCode
0
|
1
required
0 = Success 1 = AccountNotFound
errorMessage
string
orders
OrderModel[]
Changes