Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. konkavenkatesh
    K
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    konkavenkatesh

    @konkavenkatesh

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

    konkavenkatesh Follow

    Best posts made by konkavenkatesh

    This user hasn't posted anything yet.

    Latest posts made by konkavenkatesh

    • RE: Getting error on Algo order

      @admin Please find the below request which I used and let me know if I miss something.

      URL: https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/placeOrder

      Method: POST

      Request Headers:

      "Authorization": "Bearer My Auth Token",
      "Content-Type": "application/json",
      "Accept": "application/json",
      "X-UserType": "USER",
      "X-SourceID": "WEB",
      "X-ClientLocalIP": "MY LOCAL IP",
      "X-ClientPublicIP": "MY PUBLIC IP",
      "X-MACAddress": "MY MAC address",
      "X-PrivateKey": "MY API KEY"

      Request Body:

      {
      "exchange":"NSE",
      "tradingsymbol":"SBIN-EQ",
      "symboltoken":"3045",
      "quantity":1,
      "transactiontype":"BUY",
      "ordertype":"LIMIT",
      "price":"385",
      "variety":"ROBO",
      "producttype":"INTRADAY",
      "duration":"DAY",
      "stoploss":"380",
      "squareoff":"399"
      }

      Response:

      {
      data = {
      orderid = ORDERID;
      script = "SBIN-EQ";
      };
      errorcode = "";
      message = SUCCESS;
      status = 1;
      }

      posted in General Discussion
      K
      konkavenkatesh
    • Getting error on Algo order

      Hi @admin

      After placing an ROBO order through api, I get error in the app Rejected orders saying "Rejected due to Algo order without Algo ID".

      Please help me how to fix this error?

      posted in General Discussion
      K
      konkavenkatesh