Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Moderator_2
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Moderator_2

    @Moderator_2

    administrators

    6
    Reputation
    596
    Posts
    104
    Profile views
    5
    Followers
    0
    Following
    Joined Last Online

    Moderator_2 Follow
    administrators

    Best posts made by Moderator_2

    • RE: Web Socket Issues

      HI @perceptron

      We are verifying on the issue. Will update you asap.
      Please check if the websocket connection is initiated within limit (three connection only allowed per client code).

      Regards,
      SmartAPI team

      posted in Bugs
      M
      Moderator_2
    • RE: Need More Admin Responses

      Hi @Cyriac,

      Thank you for supporting us.
      We are Moderator_1 and Moderator_2 from SmartAPI team dedicatedly working to resolve/help with all of our customer queries

      Thanks & Regards,
      SmartAPI team

      posted in General Discussion
      M
      Moderator_2
    • RE: Need to receive data on Postback/Webhook URL when placed order from AngleOne App or website.

      hi @kabranitin1992

      Apologies for delayed response.
      The orders placed via smart API with the created APP and API_key, those details can be retrieved from Postback URL.
      Orders placed via angelone app and web cannot be fetched.

      Thanks & Regards,
      SmartAPI team

      posted in General Discussion
      M
      Moderator_2
    • RE: Connection timeout errors since last week

      Hi @PareshBhatiya

      We apologies for longer wait on this. We have came up with the solution, will be deploying for the same by tomorrow EOD.

      Thanks & Regards,
      SmartAPI team

      posted in Python SDK
      M
      Moderator_2
    • RE: Market Data API - Stock LTP issue

      Hi @PradeepB

      Thank you for notifying on us. Will get it analyzed and update you on the resolution.

      Regards,
      SmartAPI team

      posted in Python SDK
      M
      Moderator_2
    • RE: Market Data API - Stock LTP issue

      hi @PradeepB

      Kindly note, BL series is not active in NSE. Due to which for the above token, we haven't pushed the values. Please use EQ series for the required symbols
      Please fetch the same from below file
      https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
      Sample Request for ALKEM-EQ:
      {
      "mode": "OHLC",
      "exchangeTokens": {
      "NSE": [
      "11703"
      ]
      }
      }

      Regards,
      SmartAPI team

      posted in Python SDK
      M
      Moderator_2

    Latest posts made by Moderator_2

    • RE: Invalid token

      Hi @Asp9999

      Apologies for the delayed response.
      Kindly reverify on the private key intiated on the API header and let us know if the issue still occurs.

      Regards,
      SmartAPI team

      posted in General Discussion
      M
      Moderator_2
    • RE: Issue with tick data when large number of tokens are subscribed

      hi @nitish-bane

      Apologies for the delayed response.
      We are trying to reproduce the issue from our end, but we are getting the Websocket response in ms. Will update you asap for the same. Meanwhile kindly reverify on the business logic if any applied at your end is causing th delay.

      Regards,
      SmartAPI Team

      posted in Bugs
      M
      Moderator_2
    • RE: success":false,"message":"Invalid Token","errorCode":"AG8001","data

      Hi @max_bot_trade

      Apologies for the delayed response.
      We are analyzing on the issue, will update you as soon as possible. Meanwhile, Kindly reverify on the private key initiated on API request.

      Regards,
      SmartAPI team

      posted in Bugs
      M
      Moderator_2
    • RE: 'errorcode': 'AB1004'

      Hi @vegybin

      Apologies for the delayed response.
      We are verifying on the issue, will update you as soon as possible.

      Regards,
      SmartAPI team

      posted in General Discussion
      M
      Moderator_2
    • RE: Historical Data, AB1004 : Something Went Wrong

      Hi @Rguntuka

      Kindly share us for which token the issue has occurred.

      Regards,
      SmartAPI team

      posted in Bugs
      M
      Moderator_2
    • RE: Historical Data + AB1004 error + Something Went Wrong, Please Try After Sometime.

      Hi @Rguntuka

      Currently we are only supporting for NodeJs, Java and Python SDK. Please reverify on the API request params and header passed on the API. Kindly check if the issue occurs for any specific token.

      Regards,
      SmartAPI team

      posted in C#/.Net SDK
      M
      Moderator_2
    • RE: Invalid token

      Hi @Asp9999

      Kindly reverify if the totp has been enabled, and mpin and totp has been passed properly and update if the issue still occurs
      Please let us know if you are trying to login for first time.

      Regards,
      SmartAPI team

      posted in General Discussion
      M
      Moderator_2
    • RE: API Data is wrong. FIX URGENT

      Hi @dhanesh007

      Thank you for notifying us on this issue. We provide OHLC value on Historical API, Websocket streaming, Live Market Data API(Full Mode) and so. Kindly let us know if the issue occurs on which this discrepancy has occurred.

      Regards,
      SmartAPI team

      posted in General Discussion
      M
      Moderator_2
    • RE: not able to connect to wsfeeds.angelbroking.com:443

      hi @dipeshbodas

      Kindly reverifying the issue with below function and let us know if connection timeout still occurs.

      public void smartStreamTicker(String clientId, String feedtoken, SmartStreamListener smartStreamListener,Integer delay,Integer period) throws WebSocketException {
      SmartStreamTicker smartStreamTicker = new SmartStreamTicker(clientId,feedtoken,smartStreamListener,delay,period);
      smartStreamTicker.connect();
      }
      smartStreamTicker(clientId, feedToken, smartStreamListener,10,10);

      Regards,
      SmartAPI team

      posted in NodeJS SDK
      M
      Moderator_2
    • RE: success":false,"message":"Invalid Token","errorCode":"AG8001","data

      Hi @max_bot_trade

      Apologies for your trouble. Please share us the client code to analyze from our end.
      Kindly let us know if you are consuming our open source SDK and share us if any specific API endpoint the invalid token is observed.

      Regards,
      SmartAPI team

      posted in Bugs
      M
      Moderator_2