Skip to main content

Place/ Modify EQSIP order

Use this API to create or modify an Equity SIP order (Systematic Investment Plan)

🔑Header Parameters

FieldsTypeRequiredDescriptionExample/Enum
AuthorizationstringyesBearer token for authenticationaccess_token
x-api-keystringYesAPI key provided by bearerx-api-key
Content_typestringyesRequest content typeapplication/json

📦Request Body Schema : application/json

FieldsTypeRequiredDescriptionExample/Enum
scrip_infoobjectyesScrip detailsSee below table
frequently_detailsobjectyesFrequency and scheduled info of the SIPSee below table
company namestringYesName of the company nameReliance 
ltpstringYesLast traded price of the scrip2850.75
cap pricestringYesCap price for SIP order2900.00
invested_bystringYesInvestment based on "QUANTITY" or "VALUE"VALUE
quantity_or_valueintegerYesQuantity or value based on the above selection5000
transaction_typestringYes"BUY" or "SELL"BUY
statusstringYesSIP status : "INITIAL"(new) or "PENDING" (modification)INITIAL
basket_samestringOptionalName of the SIP BasketTech Picks
sip_idstringOptionalSIP ID incase of modifying an existing SIPSIP7865562992

📄Scrip info object fields

FieldsTypeRequiredDescriptionExample/Enum
exchangestringyesExchange segmentsNSE_FO
scrip_tokenintegerOptionalUnique token ID of the scrip10125
symbolstringOptionalSymbol of the scripRELIANCE 
seriesstringOptionalSeries code (for equities)EQ
expiry_datestringOptionalExpiry date (yyyy-mm-dd) for F&O2025-06-05
strike_pricenumbernoStrike price (in paise), appicable for options255000
option_typestringno"CE" for Call, "PE" for PutPE

📝Frequency details object fields

FieldsTypeRequiredDescriptionExample/ENUM
frequency_typestringYesSIP Frequency type.MONTHLY
frequency_daysstringYesDay(s) of week SIP will be placed.MONDAY
frequency_start_datestringYesStart date in format (dd-mm-yyyy)04-05-2025
frequency_specific_dateintegerOptionalSpecific date for monthly  SIP5
frequency_monthly_optionstringOptionalOnly "Date" is supported currentlyDATE
no_of_installmentsintegerYesTotal number of SIP installments12

🟢Success Response - 200 OK

FieldsTypeDescriptionExample/Enum
StatusstringStatus of API Call"success"
CodestringResponse code"S-101"
messagestringConfirmation Message"Order submitted successfully"
post/transactional/v1/orders/eqsip