Skip to main content

Position Conversion

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

REQUEST ATTRIBUTES

ParameterDescriptionMandatory
exchangeExchange nameYes
tsymTrading SymbolYes
qtyQuantityYes
prev_productPrevious ProductYes
trantypeTransaction TypeYes
new_productNew ProductYes

RESPONSE ATTRIBUTES

Response ParameterDescription
resultStatus
curl / cURL
curl --location --request POST 'https://api.gwcindia.in/v1/positionconversion' \
--header 'x-api-key: 2e4c1f0ac084dd6b30fd808e016be3f0' \
--header 'Authorization: Bearer 3e81bfb2a1ef11d3bd3e9a8966d4d51e'
Request Example
{
"exchange":"NSE",
"tsym":"IDEA-EQ",
"qty":"1",
"prev_product":"CNC",
"trantype":"B",
"new_product":"MIS"

}
Response Example
{
"status": "success",
"data": {
"result": "success"
}

}