Fetching Token for Individual Scrips gives AB4012 error code
-
Hi @Moderator_1 , @admin
I am trying to fetch the scrip response using the endpoint
with POST request
"https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/searchScrip"I passed body as
{
"exchange": "NSE",
"searchscrip": "SBIN"
}but this gives response as
{
"message": "Invalid searchscrip",
"errorcode": "AB4012",
"status": false,
"data": null
}
please fix it.if done any mistake from my side, please let me know