Skip to main content

EQUITY SIP ORDER BOOK

This API returns the Equity SIP order book records, including SIP lifecycle status, execution details, and metadata.

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample / Enum
client_idstringNoClient ID to fetch SIPs for a user"VISHAL1"
offsetintegerNoPage number for pagination1
limitintegerNoNumber of records per page20
orderStatusnumberNoSIP filter1 = Pending, 2 = Completed, -1 = All

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token{{access_token}}
x-api-keystringAPI key{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"SIP order book fetched successfully"
dataarraySIP order recordsRefer Data Object Fields

📦 Data Object Fields

FieldTypeDescriptionExample / Enum
sip_idstringUnique SIP ID"SI123456"
statusstringCurrent SIP status"INITIAL", "PENDING", "RUNNING", "COMPLETED", "CANCELLED", "STOPPED"
transaction_typestringBuy/Sell"BUY", "SELL"
frequency_typestringSIP frequency"DAILY", "WEEKLY", "FORTHNIGHTLY", "MONTHLY"
frequency_detailsstringFrequency description"Every Monday"
executed_installmentsintegerCompleted installments5
no_of_installmentsintegerTotal installments12
created_datestringSIP creation date"2026-05-01"
frequency_start_datestringStart date"2026-05-05"
created_bystringSource of creation"WEB", "DEALER"
modified_bystringSource of modification"WEB"
investment_typestringInvestment type"QUANTITY", "VALUE"
invested_qty_or_valintegerQuantity or value1000
assest_typestringAsset type"EQUITY"
installment_datestringNext installment date"2026-06-05"
investment_valueintegerInvestment amount5000
traded_quantityintegerTotal traded quantity50
exchangestringExchange segment"NSE_EQ", "BSE_EQ"
scrip_tokenintegerScrip token12345
symbolstringSymbol"INFY"
seriesstringSeries"EQ"
bDetailbooleanDetail flagtrue, false
bModifybooleanModify flagtrue, false
bStopbooleanStop flagtrue, false
bViewbooleanView flagtrue, false
cap_pricestringMaximum allowed price"2600"
updated_statusstringUpdated SIP status"INITIAL", "PENDING", "RUNNING", "COMPLETED", "CANCELLED", "STOPPED"
caa_remarkstringRemarks"User paused SIP"