Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. skammari
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 13
    • Best 0
    • Groups 0

    SK

    @skammari

    1
    Reputation
    1
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    skammari Unfollow Follow

    Latest posts made by skammari

    • RE: GTT createRule and modifyRule throwing message":"no Route matched with those values"

      @admin It's really impacting my day to day trading, can you pls comment ASAP?

      posted in General Discussion
      S
      skammari
    • RE: GTT createRule and modifyRule throwing message":"no Route matched with those values"

      @admin can you look into this pls?

      posted in General Discussion
      S
      skammari
    • RE: GTT createRule and modifyRule throwing message":"no Route matched with those values"

      @admin @Admin-0 Any update on this?

      posted in General Discussion
      S
      skammari
    • RE: GTT createRule and modifyRule throwing message":"no Route matched with those values"

      @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/createRule

      Whereas the API documentation mentions below URL, which works with Postman -
      https://apiconnect.angelbroking.com/rest/secure/angelbroking/gtt/v1/createRule

      The difference in the URL is the extra text 'gtt-service'. Please update the smartapi jar, so it works for us. Or suggest any alternatives.

      posted in General Discussion
      S
      skammari
    • GTT createRule and modifyRule throwing message":"no Route matched with those values"

      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
      }
      }

      posted in General Discussion
      S
      skammari
    • RE: AB1004 Something Went Wrong, Please Try After Sometime Since Aug 31

      @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.

      posted in General Discussion
      S
      skammari
    • RE: Error code AB1004 into gttlist() API for last 2 days

      @Moderator_3 @udayvalera , have you got any resolution.
      I am seeing still seeing the error.

      posted in Test
      S
      skammari
    • Error code AB1004 into gttlist() API

      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

      posted in Test
      S
      skammari
    • RE: Error code AB1004 into gttlist() API for last 2 days

      @Moderator_3
      Even I am seeing the same error since 2 days. All my algorithms are down due to this. Please unblock ASAP.

      posted in Test
      S
      skammari
    • GTT Rule List giving Null list

      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!

      9cb1e7da-6c1f-4222-a930-3f3f4b3007c6-image.png

      posted in NodeJS SDK
      S
      skammari