Skip to main content

EQUITY SIP ORDER BOOK

This API retrieves the Equity SIP Order Book for authorized end users through a middleware-based integration.

The API provides details of all Equity SIPs, including SIP status, frequency details, investment information, installment tracking, and available actions.

🔑 Header Parameters

FieldsTypeRequiredDescriptionExample
AuthorizationstringYesBearer token for authenticationaccess_token
x-api-keystringYesAPI key providedx-api-key

🔍 Query Parameters

FieldsTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC){{user_id}}
offsetintegerNoSpecifies the page number of the collection to be displayed1
limitintegerNoLimits the number of items returned per page20
orderStatusnumberNoFilter SIPs by status-1

🟢 Success Response - 200 OK

FieldsTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"Equity SIP Order Book fetched successfully"
dataarray(object)List of Equity SIP recordsSee below table

📘 SIP Order Object Fields

FieldsTypeDescriptionExample
sip_idstringSystem-generated unique SIP identifier"SI1411220001"
statusstringCurrent SIP status"RUNNING"
transaction_typestringBuy or Sell transaction type"BUY"
frequency_typestringSIP frequency"MONTHLY"
frequency_detailsstringDetails of SIP frequency configuration"5th day of every month"
executed_installmentsintegerNumber of completed installments6
no_of_installmentsintegerTotal number of installments12
created_datestringSIP creation date"2026-01-01"
frequency_start_datestringSIP start date"2026-01-05"
created_bystringApplication identifier from which SIP was created"MOBAPP"
modified_bystringApplication identifier from which SIP was last modified"WEBAPP"
investment_typestringInvestment mode"VALUE"
invested_qty_or_valintegerQuantity or investment value configured for SIP5000
assest_typestringAsset type"EQUITY"
installment_datestringNext scheduled installment date"2026-08-05"
investment_valueintegerTotal investment value30000
traded_quantityintegerQuantity accumulated through SIP executions20
exchangestringExchange segment"NSE_EQ"
scrip_tokenintegerExchange token number of the scrip1594
symbolstringTrading symbol"INFY"
seriesstringSeries"EQ"
bDetailbooleanIndicates whether detailed SIP information can be viewedtrue
bModifybooleanIndicates whether SIP can be modifiedtrue
bStopbooleanIndicates whether SIP can be paused/stoppedtrue
bViewbooleanIndicates whether SIP can be viewedtrue
cap_pricestringCap price configured for SIP execution"1600"
updated_statusstringLatest SIP status"RUNNING"
caa_remarkstringAdditional remarks associated with the SIP"Active SIP"