Navigation

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

    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