Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. pavanimitnala
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 21
    • Best 0
    • Groups 0

    pavanimitnala

    @pavanimitnala

    1
    Reputation
    14
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    pavanimitnala Unfollow Follow

    Latest posts made by pavanimitnala

    • RE: gttRuleList API returns null due to timeout error

      @admin Pls comment

      posted in Java SDK
      P
      pavanimitnala
    • RE: gttRuleList API returns null due to timeout error

      @admin @admin123 request you to suggest on this issue?

      posted in Java SDK
      P
      pavanimitnala
    • RE: gttRuleList API returns null due to timeout error

      @admin Please suggest on how to get past this error?

      posted in Java SDK
      P
      pavanimitnala
    • RE: gttRuleList API returns null due to timeout error

      @admin @admin123 can you please update on this ASAP?

      posted in Java SDK
      P
      pavanimitnala
    • gttRuleList API returns null due to timeout error

      Observing Timeout for rulelist since couple of days. It was working fine until last week.
      The same rulelist is working of other client IDs that I have, only for a specific client id I am seeing this issue. Can you please help on this ASAP?

      Code Snippet

      public JSONArray ruleList(SmartConnect smartConnect) throws SmartAPIException, IOException {
      		List<String> status = new ArrayList<String>() {
      			{
      				add("FORALL");
      			}
      		};
      		Integer page = 1;
      		Integer count = 1000;
      		JSONArray ruleList = new JSONArray();
      		ruleList = smartConnect.gttRuleList(status, page, count);
      		System.out.println("\nruleList - "+ ruleList);
      
      		return ruleList;
      	}
      

      The print gives null value and below is the error in the logs

      Error in POST request. Request URL: https://apiconnect.angelbroking.com/rest/secure/angelbroking/gtt/v1/ruleList, Request Headers: Content-Type: application/json

      , Request Body: {"count":1000,"page":1,"status":["FORALL"]},Response : timeout
      2025-08-28 15:28:55,894 ERROR com.angelbroking.smartapi.SmartConnect [main] timeout
      2025-08-28 15:28:55,901 DEBUG com.smart.util.SheetsQuickstart [main]

      posted in Java SDK
      P
      pavanimitnala
    • rulelist timeout error

      Observing Timeout for rulelist since couple of days. It was working fine until last week.
      The same rulelist is working of other logins, only my specific login I am seeing this issue. Can you please help on this ASAP.

      , Request Body: {"count":1000,"page":1,"status":["FORALL"]},Response : timeout
      2025-08-28 15:28:55,894 ERROR com.angelbroking.smartapi.SmartConnect [main] timeout
      2025-08-28 15:28:55,901 DEBUG com.smart.util.SheetsQuickstart [main]

      posted in NodeJS SDK
      P
      pavanimitnala
    • fetch banknifty index data

      trading symbol and symboltoken of banknifty-index??????

      posted in Python SDK
      P
      pavanimitnala
    • automatically placing duplicate order

      when i place order to buy stock one duplicate order is automatically executed
      dont know why????

      and also sometimes order is placed automatically even when condition is not satisfied.why?????

      posted in Python SDK
      P
      pavanimitnala
    • how to get ltp data of two instrument at single call

      i want to get nifty fut and banknifty fut ltp data at single call so that i can make my algo more efficient.

      posted in Python SDK
      P
      pavanimitnala
    • RE: Order placement issue Internal server 500 issue

      same error i am also facing

      posted in Python SDK
      P
      pavanimitnala