Skip to main content

EQSIP ORDER DETAILS API

This API retrieves installment-wise details of an Equity SIP (Systematic Investment Plan) order using a specific sipid.

🛣️Path Parameters

ParameterTypeRequiredDescriptionExample
sipidstringYesUnique ID of a specific Equity SIP OrderSW1911240001

🔑Header Parameters

HeaderTypeRequiredDescriptionExample
Content-TypestringYesFormat of request/response bodyapplication/json
AuthorizationstringYesBearer token for authorization{{access_token}}
x-api-keystringYesAPI key provided by the platform{{x-api-key}}

🟢Success Response — 200 OK

FieldTypeDescriptionExample
statusstringStatus of the API call"success"
codestringResponse code representing the result"s-101"
messagestringDescriptive message about the response"Orders fetched successfully"
dataarrayContains details of each SIP installmentSee Data Object below

📄Data Object Structure

FieldTypeDescriptionExample
exchange_namestringName of the Exchange segmentsNSE, BSE
transaction_datestringDate of transaction (yyyy-mm-dd)2025-11-13
amountintegerTotal amount of the installment15000
installment_nointegerInstallment number1, 2, 3
order_priceintegerPrice at which the order was placed1500
order_quantityintegerQuantity ordered10
traded_quantityintegerQuantity actually traded10
traded_priceintegerAverage price of the traded shares1498
symbolstringStock symbolTCS, INFY
remarksstringAdditional notes or status remarks"Order completed"
trade_statusstringCurrent trade status"Rejected"
get/transactional/v1/eqsipOrderDetails/{sipid}