Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. abhijitpa1992
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 5
    • Best 3
    • Groups 0

    abhijitpa1992

    @abhijitpa1992

    3
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    abhijitpa1992 Unfollow Follow

    Best posts made by abhijitpa1992

    • {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Getting Error while placing Buy or Sell order

              orderparams = {
                  "variety": "NORMAL",
                  "transactiontype": "SELL",
                  "ordertype": "MARKET",
                  "producttype": "CARRYFORWARD",
                  "duration": "DAY",
                  "exchangee": "NFO",
                  "tradingsymbol": "BANKNIFTY24APR24FUT",
                  "symboltoken": "52220",
                  "quantity": "15"
              }
      

      [E 240415 11:40:32 smartConnect:352] API request failed: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Please let me know what is wrong.

      posted in Test
      A
      abhijitpa1992
    • Api Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Getting the error on placing buy or sell order.

              orderparams = {
                  "variety": "NORMAL",
                  "transactiontype": "BUY",
                  "ordertype": "MARKET",
                  "producttype": "CARRYFORWARD",
                  "duration": "DAY",
                  "exchangee": "NFO",
                  "tradingsymbol": "BANKNIFTY24APR24FUT",
                  "symboltoken": "52220",
                  "quantity": "15"
              }
      

      Api Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      @admin please repond...

      posted in Test
      A
      abhijitpa1992
    • RE: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      @Moderator_1 Thank you. The issue got resolved

      posted in Test
      A
      abhijitpa1992

    Latest posts made by abhijitpa1992

    • smartAPI.optionGreek not able to fetch data

      Hello Team,

      I am trying to fetch the option greek data

      orderparams = {
      "name": "TCS",
      "expiry": "30MAY2024"
      }

      I am getting a response
      response {'message': 'Invalid expiry date', 'errorcode': 'AB9022', 'status': False, 'data': None}

      I am running this on sunday. Is it the reason I am not getting any data...?

      posted in Python SDK
      A
      abhijitpa1992
    • RE: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      @Moderator_1 Thank you. The issue got resolved

      posted in Test
      A
      abhijitpa1992
    • {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Getting Error while placing Buy or Sell order

              orderparams = {
                  "variety": "NORMAL",
                  "transactiontype": "SELL",
                  "ordertype": "MARKET",
                  "producttype": "CARRYFORWARD",
                  "duration": "DAY",
                  "exchangee": "NFO",
                  "tradingsymbol": "BANKNIFTY24APR24FUT",
                  "symboltoken": "52220",
                  "quantity": "15"
              }
      

      [E 240415 11:40:32 smartConnect:352] API request failed: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Please let me know what is wrong.

      posted in Test
      A
      abhijitpa1992
    • Api Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Getting the error on placing buy or sell order.

              orderparams = {
                  "variety": "NORMAL",
                  "transactiontype": "BUY",
                  "ordertype": "MARKET",
                  "producttype": "CARRYFORWARD",
                  "duration": "DAY",
                  "exchangee": "NFO",
                  "tradingsymbol": "BANKNIFTY24APR24FUT",
                  "symboltoken": "52220",
                  "quantity": "15"
              }
      

      Api Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      @admin please repond...

      posted in Test
      A
      abhijitpa1992
    • Not able to create 2 web socket sessions

      Hello Team,

      I have upgraded the TOTP code and files. I am able to setup 1 web socket from my account with the TOTP but, I need 2 web sockets to work (banknifty and nifty). I cannot do that because when 1st TOTP is generated, it is valid for banknifty and the session for nifty is closed.

      This was not a problem when TOTP feature was not there. Please help me out on this otherwise I have to look out for new vendors who provide the web socket data. #lifeneverstops

      posted in Python SDK
      A
      abhijitpa1992