Skip to main content

Order Messages

Fetch user-specific order messages based on tenant and pagination. Response includes order timing, client order number, market segment, and message content.

🛣️Path Parameters

ParameterTypeDescriptionExample/ENUM
tenantidstringUnique identifier for tenant"TENANT001"

🔍Query Parameters

ParameterTypeDescriptionExample/ENUM
pageNointegerPage number for paginated result1
pageSizeintegerNumber of records per page10

🔑Header Parameters

ParameterTypeDescriptionExample/ENUM
AuthorizationstringBearer token used to authenticate requestBearer{{access_token}}
Content-TypestringSpecifies media type of request bodyapplication/json
x-api-keystringAPI key assigned to access this endpoint{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusbooleanStatus of API executiontrue
resultarray of objectsList of order messagesSee details below

🧾Message Object Structure

FieldTypeDescriptionExample/ENUM
timestringTime of the order message"14:35:21"
datestringDate of the order message"01/Jun/25"
cliOrdNostringClient's order number"CL123456789"
msgstringMessage related to order"Order entry request BUY 1 NSE EQUITY HDFCBANK EQ Order-Type: Regular Lot Limit at 1432.00 Trig. price 0.00 (Submitted to NSE) at 01-04-2022 10:00:57 PM Validity : GTD 11/04/2022 Product Type: AMO_DELIVERY AMO Order Id: NXWAD0000514 For DEMO31","mk \
mktSegIdintegerMarket segment identifier1
get/nontransactional/{tenantid}/v1/orderMessages