Skip to main content

Holdings

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

RESPONSE ATTRIBUTES

ParameterDescription
exchangeExchange name
tokenToken of the scrip
tsymTrading symbol
isinISIN
holdqtyHolding quantity
btst_qtyBTST quantity
sellable_qtySellable quantity
average_priceAverage price
ltpLast trade price of the scrip
pcodeProduct code
coll_qtyCollateral quantity
coll_typeCollateral type
curl / cURL
curl --location --request GET 'https://api.gwcindia.in/v1/holdings' \
--header 'x-api-key: 2e4c1f0ac084dd6b30fd808e016be3f0' \
--header 'Authorization: Bearer 05b8167eed78367034cb5ed4a8c15930'
Response Example
{
"status": "success",
"data": [
{
"exchange": "NSE",
"token": "11915",
"tsym": "YESBANK-EQ",
"isin": "INE528G01035",
"holdqty": "0",
"btst_qty": "1",
"sellable_qty": "1",
"average_price": "15.75",
"ltp": "15.55",
"pcode": "CNC",
"coll_qty": "",
"coll_type": ""
}
]

}