Skip to main content

Search Equity Orders

Search for multiple Equity Orders.

POST
/trading-api/v1/equityorder/search-equity-orders

Request Body

Orders are retrieved using Order IDs, account numbers, security numbers, dates, and order types.

This request must consist of the below StoneX identifiers:

AttributesData TypeDescription
orderIdsString
accountNumberString
securityNumberString
dateFromString
dateToString
orderTypesStringOrder Types: Single, Block, Allocation
orderStatusesBooleanStatus: Created, Open, Filled, Cancel, Canceled, Route, Routed, Rejected, Deleted, Expired

Response

Responses from the request will return with a Status Code. There are 3 Codes: Successful (200), Bad Request (400) and Internal Server Error (500).

Successful Response

A successful request will respond with a result containing the account number and account status.

AttributesData TypeDescription
statusCodeIntegerCode identifies success of request
messageStringOutcome of request
dataSearch Equity Data BlockMain field containing information of request
errorsErrorsAPI errors
traceIdStringUnique identifier
hasErrorsBooleanTrue or False