Skip to main content

Exit Position

To get characters you need to make a POST call to the following url :

REQUEST ATTRIBUTES

Request ParameterDescriptionMandatory
segmentExchange segment nameYes
productProduct CodeYes
netqtyNet QuantityYes
tokenSymbol tokenYes
tsymTrading SymbolYes

RESPONSE ATTRIBUTES

Response ParameterDescription
nstordnoOrder Number
curl / cURL
curl --location --request POST 'https://api.gwcindia.in/v1/exitposition' \
--header 'x-api-key: 2e4c1f0ac084dd6b30fd808e016be3f0' \
--header 'Authorization: Bearer 05b8167eed78367034cb5ed4a8c15930'
Request Example
{
"segment": "nse_cm",
"product": "CNC",
"netqty": "1",
"token": "11915",
"tsym": "YESBANK-EQ"

}
Response Example
{
"status": "success",
"data": {
"nstordno": "23031400017243"
}

}