/
TO
topstepx
/
ProjectX Gateway API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 15h ago
Details
Filter operations
Account
1
Auth
4
Contract
3
History
1
Order
7
Position
3
post
Searches for open positions based on the provided request.
post
Closes a contract position based on the provided request.
post
Partially closes a contract position based on the provided request.
Status
1
Trade
1
Position
Searches for open positions based on the provided request.
post
/api/Position/searchOpen
Request body
SearchPositionRequest
required
accountId
integer
required
Response
A response with search results.
SearchPositionResponse
required
success
boolean
required
errorCode
0
|
1
required
0 = Success 1 = AccountNotFound
errorMessage
string
positions
PositionModel[]
Changes