/
TO
topstepx
/
ProjectX Gateway API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 14h ago
Details
Filter operations
Account
1
post
Searches for accounts based on the provided request.
Auth
4
Contract
3
History
1
Order
7
Position
3
Status
1
Trade
1
Account
Searches for accounts based on the provided request.
post
/api/Account/search
Request body
SearchAccountRequest
required
onlyActiveAccounts
boolean
required
Response
The search account response.
SearchAccountResponse
required
success
boolean
required
errorCode
0
required
0 = Success
errorMessage
string
accounts
TradingAccountModel[]
Changes