@admin It's really impacting my day to day trading, can you pls comment ASAP?
Posts made by skammari
-
RE: GTT createRule and modifyRule throwing message":"no Route matched with those values"posted in General Discussion
-
RE: GTT createRule and modifyRule throwing message":"no Route matched with those values"posted in General Discussion
@skammari
Re: GTT createRule and modifyRule throwing message":"no Route matched with those values"Observed that the URL from smartapi-java-2.2.6.jar that is being called from Java SDK is below -
https://apiconnect.angelbroking.com/gtt-service/rest/secure/angelbroking/gtt/v1/createRuleWhereas the API documentation mentions below URL, which works with Postman -
https://apiconnect.angelbroking.com/rest/secure/angelbroking/gtt/v1/createRuleThe difference in the URL is the extra text 'gtt-service'. Please update the smartapi jar, so it works for us. Or suggest any alternatives.
-
GTT createRule and modifyRule throwing message":"no Route matched with those values"posted in General Discussion
I am getting below error when running from JAVA SDK API connect. The same works fine with postman, sharing both outputs below. Please help on urgent basis.
Error Output from JAVA SDK
2026-06-14 20:44:02,492 ERROR com.angelbroking.smartapi.http.SmartAPIRequestHandler [main] Error in POST request. Request URL: https://apiconnect.angelbroking.com/gtt-service/rest/secure/angelbroking/gtt/v1/createRule, Request Headers: Content-Type: application/json
Authorization: ██
X-ClientLocalIP: 127.0.0.1
X-ClientPublicIP: 183.82.16.6
X-MACAddress: 6A-8F-7D-08-E6-AF
Accept: application/json
X-PrivateKey: RY6R3LRI
X-UserType: USER
X-SourceID: WEB
, Request Body: {"triggerprice":10834,"price":10834.5,"qty":2,"tradingsymbol":"BAJAJ-AUTO-EQ","disclosedqty":2,"exchange":"NSE","symboltoken":"16669","transactiontype":"BUY","producttype":"DELIVERY","timeperiod":365},Response : {
"message":"no Route matched with those values",
"request_id":"d6015d2367665449d00759760458c124"
}Output from Postman
Req body
{
"triggerprice": 10834,
"price": 10834.5,
"qty": 2,
"tradingsymbol": "BAJAJ-AUTO-EQ",
"disclosedqty": 2,
"exchange": "NSE",
"symboltoken": "16669",
"transactiontype": "BUY",
"producttype": "DELIVERY",
"timeperiod": 365
}
Response body
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": {
"id": 8922815
}
} -
RE: AB1004 Something Went Wrong, Please Try After Sometime Since Aug 31posted in General Discussion
@Moderator_3
I am seeing the same problem but till now it is not been resolved. I have email exchange going on this but they are yet to respond with the final resolution. -
RE: Error code AB1004 into gttlist() API for last 2 daysposted in Test
@Moderator_3 @udayvalera , have you got any resolution.
I am seeing still seeing the error. -
Error code AB1004 into gttlist() APIposted in Test
Hi @admin ,
I am seeing this from last couple of days. It was working fine all this while.
data = {"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null}
@admin Please provide solution or workaround ASAP as I am unable to run any of my programs and it may cause losses.
Let me know if you need any further details.
Regards,
SK -
RE: Error code AB1004 into gttlist() API for last 2 daysposted in Test
@Moderator_3
Even I am seeing the same error since 2 days. All my algorithms are down due to this. Please unblock ASAP. -
GTT Rule List giving Null listposted in NodeJS SDK
Hi, I am invoking the method SmartConnect->gttRuleList to fetch all the 'NEW' Gtts, but the method is returning a null value. Due to this, I am unable to perform any operations on the GTTs. Below is the snapshot of the error and code.
Note - There was no change to my code since few months and it was perfectly working fine. Need urgent assistance. Thanks!
-
RE: requested URL was rejected for Search Script APIposted in Test
@bhanu1770 ,
Set http request type as POST and try -
Getting error code "AG8001posted in General Discussion
Getting error code "AG8001" when using below end point. Please help to resolve this issue.
https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword
-
Getting error code "AG8001“posted in General Discussion
Hi,
Getting error code "AG8001" when using below end point. Please help to resolve this issue.https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword
Regards,
SK