Skip to main content

Equity SIP order Book

This API retrieves the list of Equity SIP (Systematic Investment Plan) orders, including their status, frequency, investment details, and flags for modification or control.

🔍Query Parameters

FieldsTypeRequiredDescriptionExample/Enum
offsetintegernoPage number for pagination1
limitintegernoMaximum records per page20
orderstatusstringnoFilter by Order Status:1=Pending,2=Completed, -1=All-1

🔑Header Parameters

FieldsTypeRequiredDescriptionExample/Enum
authorizationstringyesBearer token for authenticationaccess_token
content-typestringyesMIME Typeapplication/JSON
x-api-keystringyesAPI key provided by bearerx-api-key

🟢Success Response - 200 Ok

FieldsTypeDescriptionExample
statusStringResponse of the API statussuccess
codestringResponse code to the user request"s-101"
messagestringSuccess message"Orders fetched successfully"
dataarray of objectsList of SIP OrdersSee table below

📝Data array of objects fields

FieldsTypeDescriptionExample/Enum
sip_idstringUnique system-generated SIP order IDSIP202406XYZ
statusstringCurrent SIP statusINITIAL, PENDING,RUNNING,COMPLETTED,CANCELLED,STOPPED
transaction_typestringOrder type: BUY or SELLBUY
frequency_typestringSIP frequencyDAILY, MONTHLY, WEEKLY,FORTNIHTLY,MOTHLY
frequency_detailsstringAdditional frequency details1st monday
executed_installmentsintegerNumber of complted installments5
no_of_installmentsintegerTotal number of installments12
created_datestringDate of SIP created2025-06-01
frequency_start_datestringSIP frequency start date2025-06-05
created_bystringApp/Terminal ID from where SIP was createdWEB_APP_001
modified_bystringApp/Terminal ID from where SIP was modifiedMOBILE_APP_002
investment_typestringQUANTITY or VALUE investment typeVALUE
invested_qty_or_valintegerQuantity or value for investmen5000
asset_typestringTYpe of assetEquity
installment_datestringNext SIP installment date2025-07-01
investment_valueintegerAmount to be invested per installment5000
traded_quantityintegerQuantity already traded40
exchangestringExchange segmentsNSE_EQ
scrip_tokenintegerToken number for the instrument12345
symbolstringStock symbolTCS
seriesstringSeries (Apllication for equities )EQ
bdetailbooleanFlag to indicate if SIP detail is enabledtue
bModifybooleanFlag inidicate if modification is allowedtrue
bStopbooleanFlag to indicate if SIP can be stoppedtrue
bViewbooleanFlag to indicate if SIP is viewabletrue
cap_pricestringCap price or SIP950.00
updated_statusstringUpdated status of theSIP orderRUNNING
caa_remarkstringRemarks related to SIP orderClients paused SIP
get/transactional/v1/eqsipOrders