Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • S

      scripconsent order parameter missing in Java library. Order placement fails with Null
      Java SDK • • sugagenius

      10
      1
      Votes
      10
      Posts
      24
      Views

      A

      @sugagenius Cheers to your persistence. :) Once done with all modifications, please make sure to send a pull request to the github repo so other algo traders can also be benefited.

    • D

      Data download not working
      General Discussion • • diwakarpant16

      5
      0
      Votes
      5
      Posts
      18
      Views

      A

      @diwakarpant16 --any luck , same issue here , is it backend issue or something else

    • A

      not receiving market data for both equities and indices
      General Discussion • • adhiraj

      5
      0
      Votes
      5
      Posts
      14
      Views

      A

      @adhiraj Once you create a SmartApi app, all permissions are activated and there is no further need of activation of any market feed specific access.

    • M

      Getting AG8004
      General Discussion • • mr_s

      4
      0
      Votes
      4
      Posts
      6
      Views

      A

      @mr_s Try Trading API key.

    • S

      SmartAPI Session Invalid / Token Expiry Issue – Urgent
      Python SDK • • S237783 0

      4
      1
      Votes
      4
      Posts
      16
      Views

      A

      @meenavenkit This is an intermittent issue. You can try "Logout from all devices" from the website and can try again. Try with mobile internet on local machine that has new IP everytime to verify if it's an IP related issue.

    • A

      Error code : AB1004
      Python SDK • • archana

      3
      0
      Votes
      3
      Posts
      6
      Views

      A

      @algo_trading_50 --Thanks , Its working Today

    • K

      Are there any SLA for the apis?
      Python SDK • • kvineeth

      2
      0
      Votes
      2
      Posts
      11
      Views

      A

      @kvineeth Having a trading account itself puts you in a SLA. This could be an intermittent issue. Error AB1004, clearly suggest "Internal Server Error" as mentioned in the docs here https://smartapi.angelbroking.com/docs/Exceptions.

    • 1

      Angel login failed Angel session invalid — feedToken missing. errorcode: 'AB1050'
      Test • • 1059689

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @1059689 Server date and time might be out of sync and might be causing incorrect TOTP generation.

    • C

      Token for NIFTY IND DEFENCE
      General Discussion • • cts

      2
      0
      Votes
      2
      Posts
      12
      Views

      A

      @cts Scrip Master is the master list of all the scrips. No token for Nifty Ind Defence is available as of now in smart api.

    • K

      NodeJs websocket is not connecting throwing 401 error
      NodeJS SDK • • Kavita 0

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @kavita-0

      let web_socket = new WebSocketV2({ jwttoken: 'JWT_TOKEN', apikey: 'API_KEY', clientcode: 'Client_code', feedtype: 'FEED_TYPE', }); // for mode, action and exchangeTypes , can use values from constants file. web_socket.connect().then((res) => { let json_req = { correlationID: 'correlation_id', action: 1, mode : 1, exchangeType: 1, tokens: ["123"], }; web_socket.fetchData(json_req); web_socket.on('tick', receiveTick); function receiveTick(data) { console.log('receiveTick:::::', data); } });

      Try this official sample code mentioned in the README.md of https://github.com/angel-one/smartapi-javascript

    • P

      smart api login
      Python SDK • • pradulgupt82

      2
      0
      Votes
      2
      Posts
      8
      Views

      A

      @pradulgupt82 Sync your system time and try again. Sometime this issue happens, just try again after 1 min, as TOTP is valid for 60 seconds.

    • M

      SMART API Session invalid/Token expiry
      Python SDK • • Meenavenkit

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied