Navigation

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

    vigousinvest

    @vigousinvest

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

    vigousinvest Unfollow Follow

    Latest posts made by vigousinvest

    • RE: Convert position error: 'Something went wrong. Please try after sometime', 'errorcode': 'AB1004'

      Hi @Moderator_2
      Facing the same issue below are the payloads

      Clint Code: V520010
      Url: https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/convertPosition
      Method: POST
      Request:
      {
      "exchange": "NSE",
      "symboltoken": "17869",
      "producttype": "DELIVERY",
      "newproducttype": "INTRADAY",
      "tradingsymbol": "JSWENERGY-EQ",
      "symbolname": "JSWENERGY",
      "instrumenttype": "",
      "priceden": "1",
      "pricenum": "1",
      "genden": "1",
      "gennum": "1",
      "precision": "2",
      "multiplier": "-1",
      "boardlotsize": "1",
      "buyqty": "1",
      "sellqty": "0",
      "buyamount": "548.85",
      "sellamount": "0",
      "transactiontype": "BUY",
      "quantity": 1,
      "type": "DAY"
      }

      Response:
      {
      "message": "Something went wrong. Please try after sometime",
      "errorcode": "AB1004",
      "status": false,
      "data": null
      }

      Screenshot:
      conversion.PNG

      posted in Python SDK
      V
      vigousinvest
    • Convert position error: 'Something went wrong. Please try after sometime', 'errorcode': 'AB1004'

      Convert positions API not working, below are the payloads

      Url: https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/convertPosition
      Method: POST
      Request:
      {
      "exchange": "NSE",
      "symboltoken": "17869",
      "producttype": "DELIVERY",
      "newproducttype": "INTRADAY",
      "tradingsymbol": "JSWENERGY-EQ",
      "symbolname": "JSWENERGY",
      "instrumenttype": "",
      "priceden": "1",
      "pricenum": "1",
      "genden": "1",
      "gennum": "1",
      "precision": "2",
      "multiplier": "-1",
      "boardlotsize": "1",
      "buyqty": "1",
      "sellqty": "0",
      "buyamount": "548.85",
      "sellamount": "0",
      "transactiontype": "BUY",
      "quantity": 1,
      "type": "DAY"
      }
      Response:
      {
      "message": "Something went wrong. Please try after sometime",
      "errorcode": "AB1004",
      "status": false,
      "data": null
      }
      Screenshot
      conversion.PNG

      posted in Test
      V
      vigousinvest
    • Unable to Generate Token

      Hi
      Unable to generate a token using the below URL:
      https://apiconnect.angelbroking.com/rest/auth/angelbroking/jwt/v1/generateTokens
      It returns: Access denied because of exceeding access rate
      But, I called this API first time today. Still yesterday it worked fine. Please fix it asap.

      posted in Test
      V
      vigousinvest