Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • M

      Is anyone seeing issues with QUOTES API response TRADINGSYMBOL?
      General Discussion • • mbolneni

      4
      0
      Votes
      4
      Posts
      12
      Views

      A

      Hi all, checking the issue.

    • A

      Static IP based API keys now live - Old flow still supported temporarily
      General Discussion • • admin

      6
      1
      Votes
      6
      Posts
      26
      Views

      A

      @stanly_thomas As of now, static IP cannot be shared within the family members. We will get the feature live soon.

    • D

      Invalid API Key: Historical Data and Market Data
      Bugs • @admin • • Dibyendu1997

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • A

      Important Updates to SmartAPI in Compliance with SEBI Guidelines
      General Discussion • • admin

      36
      0
      Votes
      36
      Posts
      241
      Views

      A

      Hello SmartAPI Users,

      We are excited to announce that the static IP implementation is now live in accordance with SEBI’s circular on the “Safer Participation of Retail Users in Algorithmic Trading,” .

      For now, both types of API keys — with static IP and without static IP — will continue to work. However, all users are expected to migrate to the new static IP-based API key as soon as possible.

      In this new setup:

      Orders must be placed only from the IP address you have whitelisted with Angel One. For APIs other than Orders & GTT, using a static IP is not mandatory.

      How to create a Static IP based API key:

      Visit smartapi.angelone.in and select “New Login”. Create a new API key by filling in the required details. Update your code to use this newly generated API key.

      Important Notes:

      Order requests are now capped at 9 orders per second for both old and new API keys. To edit or stop using an old API key, use login (not new login) from smartapi.angelone.in All users will be logged out daily at 12 midnight for both old and new API keys. Only IPV4 static IP is supported for now, we will support IPV6 Static IPs in the near future.

      Regards,
      SmartAPI Team

    • P

      Place order response with error {"success":false,"data":""}
      Bugs • • PareshBhatiya

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • J

      Issues with placing orders via Angel One API (Cautionary stocks / Symbol-token mismatch)
      C#/.Net SDK • • jayagogwani

      3
      0
      Votes
      3
      Posts
      9
      Views

      J

      @admin Thanks for the reply...the link and the suggestion which you provided to me provided already we have done. Still we are getting mismatch error. Please find the below message which we are receiving
      "data": null,
      "isSuccess": true,
      "errorMessage": "The order cannot be processed as the token is categorised under cautionary listings by the exchange."
      },

      Where i can find " Surveillance Indicator new" api to fetch daily data ...So that we can put it in our application

    • A

      Market data API
      Test • • AABM694602

      3
      0
      Votes
      3
      Posts
      8
      Views

      A

      @aabm694602 Checking the issue, meanwhile please use the trading API key for the same purpose.

    • S

      Unable to consume smart connect Java sdk
      Java SDK • • saikiran

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • R

      LoginByPassword AB1050: Invalid totp
      General Discussion • • rahim1021

      5
      0
      Votes
      5
      Posts
      19
      Views

      R

      @admin Used totp from both google authenticator and custom code, neither worked, still generating error invalid token AG8001.

      Don't we have Postman Collection, that can be used an template for API development?

    • S

      Unable to start session using java SDK from 23rd Sep'2025
      Java SDK • • saikiran

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • charlotteemma4

      MCX RESPONSE
      Python SDK • • charlotteemma4

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • A

      Inconsistent symbol formatting BSE
      Bugs • • Azhagu

      5
      0
      Votes
      5
      Posts
      20
      Views

      A

      @azhagu The file is received from the exchanges daily. We cannot change any component from the file.

    • K

      trading symbol and tocken is incorrect
      C#/.Net SDK • • Karan.plus.is

      4
      0
      Votes
      4
      Posts
      20
      Views

      A

      @karan-plus-is The symbol token you have mentioned is for the symbol SILVER05DEC25FUT.

      We request you to check the instruments file daily before placing the API requests, as there could be instances when the symbol token changes for a given scrip.

    • H

      Unable to create API
      Bugs • • Hari Krishnan V

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

      @hari-krishnan-v could you please give more info ie. a screenshot of the screen you are stuck on?

    • D

      Historical Data
      Python SDK • • dave

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @dave you can use historical API for the same.

      historical API - https://smartapi.angelone.in/docs/Historical

      To get the token for a scrip of your choice, you can use instruments API.

      Instruments API - https://smartapi.angelone.in/docs/Instruments

    • A

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

      23
      -8
      Votes
      23
      Posts
      334
      Views

      R

      Any solution or alternative work around for this Issue?

    • T

      MarketStatus
      Python SDK • • Tanay1907

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @tanay1907 There is no such API provided by Angel One.

    • D

      i cant create a new api
      General Discussion • • DIYD12021

      2
      0
      Votes
      2
      Posts
      16
      Views

      A

      @diyd12021 Can you please try again and check?

    • T

      HELP!!!
      Python SDK • • tkrshpatel

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

      @tkrshpatel You need to have a Angel One client ID to use the APIs.

      If you are already registered with Angel One, you can use your client ID, or else you can sign up for Angel One here - https://www.angelone.in/open-demat-account

    • H

      What is Primary Static IP in SmartAPI app creation?
      General Discussion • • HimanshuNishad

      3
      0
      Votes
      3
      Posts
      19
      Views

      A

      @himanshunishad As per SEBI's rules, users creating their own code will now have to get a static IP to use APIs.

      You can get a static IP from your internet service provider (if you are hosting your code on a local machine) or from your cloud provider (if you are running your code from the cloud).

      The static IP will be mandatory from 1st Oct 2025.

      For now, if you want to run your code, you can go to your profile and choose My APIs instead of My APIs (new).