Navigation

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

    Posts made by skulkarni

    • RE: Getting "Something Went Wrong, Please Try After Sometime"

      @Ashok
      The problem got resolved.
      It takes some time to reflect MPIN changes before using it.
      Now I am able to generate token.

      Thanks

      posted in General Discussion
      S
      skulkarni
    • RE: Getting "Something Went Wrong, Please Try After Sometime"

      @Ashok
      On today only and tried with new mpin as well.
      Today only login was successful only one time mobile app. Now it also failing. Once logged out and trying again, it started failing again.

      I also tried with Web browser, but the API complains with below error,
      "Your account is suspended. Please contact customer support to activate your account"
      But, account was activated today itself.

      posted in General Discussion
      S
      skulkarni
    • RE: Getting "Something Went Wrong, Please Try After Sometime"

      @admin/ smartAPI team,
      Can you please reply. Don't you think user must feel confident about the platform ?

      posted in General Discussion
      S
      skulkarni
    • Getting "Something Went Wrong, Please Try After Sometime"

      Hi Smart API Team/ @admin ,
      I started getting this since last 7 days, could you please update if there is some technical issue. Let me know if you need further information.

      API- https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword

      {
      "message": "Something Went Wrong, Please Try After Sometime",
      "errorcode": "AB1004",
      "status": false,
      "data": null
      }

      posted in General Discussion
      S
      skulkarni
    • Discrepancy between Depth Data

      Hello AngelOne Team / @admin ,

      Question 1 :
      I am using smart api 2.0 for getting depth data for 4204 instrument and the best 5 buy/sell data doesn't seems to be matching with another provider. For each tick the maximum quantity I see is less than 200, but if check it in zerodha it shows more than 3000. Why is that ? are those numbers just consisting of orders put by angel one customers ?

      Question 2 :
      Also can you please clear below doubt,
      If you see the sample given below, you will see
      quantity=48, price=72.95, orders=18, does that mean there are 18 orders having total quantity 48 ? or every 18 orders has 48 quantity ?

      Kindly provide you inputs on above discrepancy & another doubt.

      Captured Data -
      Tick(tid=0, mode=3, tradable=false, instrumentToken=4204, lastTradedPrice=73.0, highPrice=74.25, lowPrice=72.85, openPrice=74.0, closePrice=73.55, change=0.0, lastTradedQuantity=1.0, averageTradePrice=73.12, volumeTradedToday=1.4353267E7, totalBuyQuantity=0.0, totalSellQuantity=0.0, lastTradedTime=Thu Jan 01 10:08:24 IST 1970, oi=1.694115E8, oiDayHigh=0.0, oiDayLow=0.0, tickTimestamp=Wed Dec 07 15:22:12 IST 2022, depthList=[Depth(id=0, quantity=48, price=72.95, orders=18, type=true), Depth(id=0, quantity=96, price=72.9, orders=25, type=true), Depth(id=0, quantity=61, price=72.85, orders=70, type=true), Depth(id=0, quantity=2, price=72.8, orders=101, type=true), Depth(id=0, quantity=62, price=72.75, orders=112, type=true), Depth(id=0, quantity=75, price=73.0, orders=11, type=false), Depth(id=0, quantity=88, price=73.05, orders=21, type=false), Depth(id=0, quantity=29, price=73.1, orders=22, type=false), Depth(id=0, quantity=59, price=73.15, orders=14, type=false), Depth(id=0, quantity=106, price=73.2, orders=30, type=false)], depth={buy=[Depth(id=0, quantity=48, price=72.95, orders=18, type=true), Depth(id=0, quantity=96, price=72.9, orders=25, type=true), Depth(id=0, quantity=61, price=72.85, orders=70, type=true), Depth(id=0, quantity=2, price=72.8, orders=101, type=true), Depth(id=0, quantity=62, price=72.75, orders=112, type=true)], sell=[Depth(id=0, quantity=75, price=73.0, orders=11, type=false), Depth(id=0, quantity=88, price=73.05, orders=21, type=false), Depth(id=0, quantity=29, price=73.1, orders=22, type=false), Depth(id=0, quantity=59, price=73.15, orders=14, type=false), Depth(id=0, quantity=106, price=73.2, orders=30, type=false)]})

      posted in General Discussion
      S
      skulkarni
    • Unable to reuse API key during on same

      Hi SmartAPI Team,
      I have generated API key and used it in my java code.
      For the first time it returns ak : ok for mw task
      If I stop my application and restarted it again, then for mw task it shows ak : nk
      If I regenerate API key then it works.

      Any thing I am missing or is there any limitation?

      posted in General Discussion
      S
      skulkarni
    • RE: WebSocket 1.0 Data Streaming Not Working

      @admin
      Also whether the support is added in java ?
      in your git repository ?

      posted in General Discussion
      S
      skulkarni
    • RE: WebSocket 1.0 Data Streaming Not Working

      @admin
      Is that the reason for getting, below logs ? And not getting ticks information ?
      ticker data: [{"msg":"hb","task":"hb","ak":"nk"}]
      ticker data: [{"msg":"hb","task":"hb","ak":"nk"}]
      ticker data: [{"msg":"hb","task":"hb","ak":"nk"}]
      ticker data: [{"msg":"hb","task":"hb","ak":"nk"}]

      posted in General Discussion
      S
      skulkarni
    • RE: Python script in EC2 in AWS not working 'ak':'nk'

      Hello SmartAPI team,
      I am also facing same issue. My implementation language is java.

      Below are the logs,
      ticker data: [{"msg":"hb","task":"hb","ak":"nk"}]
      ticker data: [{"msg":"hb","task":"hb","ak":"nk"}]
      ticker data: [{"msg":"hb","task":"hb","ak":"nk"}]

      Kindly update on the issue.

      posted in Python SDK
      S
      skulkarni