/
TO
topstepx
/
ProjectX Gateway API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 17h ago
Details
Filter operations
Account
1
Auth
4
post
Login as the specified user using the specified application.
post
Login as the specified user using the specified API key.
post
Logs out the current authenticated user.
post
Validates the current user's session.
Contract
3
History
1
Order
7
Position
3
Status
1
Trade
1
Auth
Logs out the current authenticated user.
post
/api/Auth/logout
Response
OK
LogoutResponse
required
success
boolean
required
errorCode
0
|
1
|
2
required
0 = Success 1 = InvalidSession 2 = UnknownError
errorMessage
string
Changes