Skip to main content

EXIT BRACKET ORDER API

This API allows you to cancel an existing bracket order that is currently pending in the order book.

All associated legs (main, stop-loss, and profit) will be cancelled upon successful exit.

🔗 Path Parameters

ParameterTypeRequiredDescriptionExample
exchangestringYesExchange segment"NSE_EQ"
order_idstringYesUnique bracket order ID"NXVZO00098K1"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringSpecifies the media type of the requestapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize the request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code to user request"s-101"
messagestringSuccess message"Bracket order exited successfully"
dataobjectOrder response payloadRefer to Data Object Fields

📦 Data Object Fields

FieldTypeDescriptionExample
orderIdstringSystem-generated order identifier"NXVZO00098K1"