/
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
Auth
4
Contract
3
post
Searches for contracts based on the provided search criteria.
post
Searches for a contract by its ID.
post
Lists available contracts based on the provided request parameters.
History
1
Order
7
Position
3
Status
1
Trade
1
Contract
Lists available contracts based on the provided request parameters.
post
/api/Contract/available
Request body
ListAvailableContractRequest
required
live
boolean
required
Response
A response containing the list of available contracts.
ListAvailableContractResponse
required
success
boolean
required
errorCode
0
required
0 = Success
errorMessage
string
contracts
ContractModel[]
Changes