/
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
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
Validates the current user's session.
post
/api/Auth/validate
Response
OK
ValidateResponse
required
success
boolean
required
errorCode
0
|
1
|
2
|
3
|
4
required
0 = Success 1 = InvalidSession 2 = SessionNotFound 3 = ExpiredToken 4 = UnknownError
errorMessage
string
newToken
string
Changes