Skip to main content

Pause/Resume/Cancel EQ SIP Order

This API allows you to:

  • Pause a running SIP (temporary stop)
  • Resume a paused SIP
  • Cancel an SIP permantely (STOP)

🛣️Path parameters

FieldsTypeRequiredDescriptionExample/ENUM
sip_idstringyesSIP ID of the orderSI21122110002
statusstringyesCurrent status of SIP. Enum: "PENDING", "RUNNING", "STOPPED" -"STOPPED" indicates Pause or Stop. In case of permanent stop, also send newStatusId query paramSTOPPED
symbolstringyesSymbol of the scripZEEL
transaction_typestringyesTransaction ype (BUY or SELL)BUY
investment_typestringyesQUANTITY or VALUEQUANTITY
qtyOrValintegeryesQuantity or value to Transact1

🔍Query Parameters

FieldsTypeRequiredDescriptionExample/ENUM
product_sourcestringnoOptional, internal sourceproduct_source=WAVE API
newStatusIdstringnoonly for permanent stopnewStatusId=DEACTIVATED

🔑Header Parameters

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

🟢Success Response - 200 OK

FieldsTypeDescriptionExample/Enum
StatusstringStatus of API Call"success"
CodestringResponse code"s-101"
messagestringConfirmation Message"Orders modified Successfully"
put/transactional/v1/orders/eqsip/{sip_id}/{status}/{symbol}/{transaction_type}/{investment_type}/{qtyOrVal}