Navigation

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

      Error Code: AB1004, Error Message: "Something Went Wrong, Please Try After Sometime"
      Python SDK • • S237783

      2
      0
      Votes
      2
      Posts
      6
      Views

      A

      @s237783 Intermittent issue caused by service outage.

    • P

      Login Issue - Showing INVALID API KEY AG8004
      General Discussion • • pankjsingh1028

      2
      0
      Votes
      2
      Posts
      3
      Views

      A

      @pankjsingh1028 Retry after recreating a new API key by clicking the refresh button next to API key in your Smart API account.

    • A

      Frequent API error AB1004
      Python SDK • • abhay15.akshukla 0

      2
      0
      Votes
      2
      Posts
      4
      Views

      A

      @abhay15-akshukla-0 As mentioned on https://smartapi.angelbroking.com/docs/Exceptions, this is an "Internal Server Error", most probably an intermittent issue because of service disruption.

    • 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
      11
      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.

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

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

    • A

      Blocking of equity scrips falling under surveillance measures from placeorder API from Friday 24th Jan, after market hours
      General Discussion • • admin

      26
      -8
      Votes
      26
      Posts
      360
      Views

      V

      @jaydeeppandya97

      I didnt find any solution.

      I think these people want to end algo trading for retailers. Retailers cant have profit without algo trading and these people dont want small investors to have any kind of profit. very sad. No option they dont think about small investors.

    • S

      Technical Issue: SmartAPI Historical Data Error - Code AB1004
      Python SDK • • S237783

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • S

      "Frequent AB1004 Error and Empty Response (b'') in getCandleData"
      Python SDK • • S237783

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • R

      Instrument Master API extremely slow/hanging (requests.get blocks while downloading)
      Python SDK • • Rithvik

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • S

      Missing Data all stock in 1 min
      General Discussion • • sujeetboran

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • S

      Missing Data
      Bugs • • sujeetboran

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • R

      plz tell me what the problem might be
      Python SDK • • rvrao1415

      4
      0
      Votes
      4
      Posts
      14
      Views

      A

      Hi @rvrao1415

      Please share the request json here

    • S

      smartConnect:246
      Python SDK • • S237783

      2
      0
      Votes
      2
      Posts
      23
      Views

      A

      Hi @s237783

      Please do check are you using jwttoken generated via loginbypassword api

    • M

      Errorcode AB1050
      Python SDK • • Mach

      4
      0
      Votes
      4
      Posts
      20
      Views

      A

      Hi @mach

      Request seems fine. It was an TOTP issue just got copy 6 digit code from authenticator app and paste it try the request in postman once and update.

    • R

      ERROR CODE AB1004
      Python SDK • • ROIW1083

      7
      0
      Votes
      7
      Posts
      19
      Views

      D

      Hi @admin can you please share what's wrong with my inputs? I get the same error.

      [E 260107 09:21:35 smartConnect:246] Error occurred while making a POST request to https://apiconnect.angelone.in/rest/secure/angelbroking/historical/v1/getCandleData.
      Error: Something Went Wrong, Please Try After Sometime.
      URL: https://apiconnect.angelone.in/rest/secure/angelbroking/historical/v1/getCandleData,

      Headers: {'Content-type': 'application/json', 'X-ClientLocalIP': '127.0.0.1', 'X-ClientPublicIP': 'XXXXXXXX', 'X-MACAddress': 'XXXXXXXXXX', 'Accept': 'application/json', 'X-PrivateKey': 'XXXXXX', 'X-UserType': 'USER', 'X-SourceID': 'WEB'}, Request: {'exchange': 'NFO', 'symboltoken': '123274', 'interval': 'FIVE_MINUTE', 'fromdate': '2026-01-06 09:15', 'todate': '2026-01-07 09:20'}, Response: {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}
    • J

      Video to create a simple webapp or python based script for algo trading
      Python SDK • • jainmb555

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • S

      Error oracle vm - python
      Python SDK • • strvedic

      2
      0
      Votes
      2
      Posts
      4
      Views

      A

      Hi @strvedic

      Test the APIs in postman and share error with screenshot