@Moderator_3 Issue fixed. Minor error from my code side.
krishna1810
@krishna1810
Best posts made by krishna1810
Latest posts made by krishna1810
-
RE: Search scrip was giving AB4012 error code
-
Search scrip was giving AB4012 error code
While trying to hit this endpoint : "/rest/secure/angelbroking/order/v1/searchScrip"
I am getting response as :
{
"message": "Invalid searchscrip",
"errorcode": "AB4012",
"status": false,
"data": null
}in the request i provided data as
{
"exchange" : "NSE",
"searchscrip":"SBIN"
}can someone please help where i did wrong ?
@admin , @Moderator_1 -
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