Navigation

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

    pkrawat1

    @pkrawat1

    4
    Reputation
    5
    Profile views
    45
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    pkrawat1 Unfollow Follow

    Best posts made by pkrawat1

    • Unable to place market order

      Market order is being rejected due to zero price, but price was sent correctly

      Request

      %{
        exchange: "NSE",
        symbol_token: "15313",
        trading_symbol: "IRB-EQ",
        transaction_type: "BUY",
        variety: "NORMAL",
        quantity: "2",
        product_type: "DELIVERY",
        price: "45.65",
        order_type: "MARKET"
      }
      

      Order status response

      %{
         "updatetime" => "10-Jan-2024 14:41:12",
         "symboltoken" => "17520",
         "filledshares" => "0",
         "lotsize" => "1",
         "producttype" => "DELIVERY",
         "status" => "open",
         "ordertag" => "",
         "quantity" => "1",
         "exchange" => "NSE",
         "uniqueorderid" => "18f1ad44-8419-4bb9-a934-1547d02c0959",
         "trailingstoploss" => 0.0,
         "parentorderid" => "",
         "orderid" => "240110001320140",
         "expirydate" => "",
         "stoploss" => 0.0,
         "duration" => "DAY",
         "exchtime" => "",
         "exchorderupdatetime" => "",
         "variety" => "NORMAL",
         "text" => "",
         "orderstatus" => "",
         "fillid" => "",
         "optiontype" => "",
         "transactiontype" => "BUY",
         "disclosedquantity" => "0",
         "price" => 11.4,
         "unfilledshares" => "1",
         "tradingsymbol" => "RTNPOWER-EQ",
         "averageprice" => 0.0,
         "filltime" => "",
         "instrumenttype" => "",
         "triggerprice" => 0.0,
         "strikeprice" => -1.0,
         "cancelsize" => "0",
         "ordertype" => "MARKET",
         "squareoff" => 0.0
       }}
      
      posted in Test
      P
      pkrawat1
    • RE: Unable to place market order

      @Moderator_1
      a0e2fad4-a9d7-4aee-b927-bf6956c34537-image.png

      posted in Test
      P
      pkrawat1
    • RE: Unable to place market order

      @Moderator_1
      This my own elixir sdk I created which helps calling the api
      https://github.com/pkrawat1/trade_galleon/blob/36d0f9918a27008d563f79d6ff196b83516d29c9/lib/trade_galleon/brokers/angel_one.ex#L107

      posted in Test
      P
      pkrawat1

    Latest posts made by pkrawat1

    • RE: How to add familiy members now with IP restriction changes

      @algo_trading_50
      It should be as per SEBI rules. It says family can share a single IP.
      Now I have to keep multiple phones to place orders for each family member 😤

      posted in General Discussion
      P
      pkrawat1
    • RE: Why are you not allowing to use same static IP by other family members?

      @ssumit @admin
      SEBI allows family static ip sharing. Even Kite mentions it.

      What is allowed?
      Family members can share a static IP.
      
      But there is an important condition: those accounts should be operated through the same developer account structure.
      
      In the Kite Connect setup, one developer account can create multiple API keys. Each of those keys can be used for different family-related accounts while using the same static IP mapped to that developer account.
      
      Example structure
      One developer account can be used for:
      
      Your personal account
      
      Your mother’s account
      
      Your HUF account
      
      Each can have its own API key, while running through the same static IP setup.
      
      posted in General Discussion
      P
      pkrawat1
    • Family Declaration whitelist IP

      @admin @Moderator_1
      How to declare family accounts for single static IP.

      posted in General Discussion
      P
      pkrawat1
    • RE: How to add familiy members now with IP restriction changes

      @admin @Moderator_1

      posted in General Discussion
      P
      pkrawat1
    • How to add familiy members now with IP restriction changes

      I'm getting {"message":"Client Code does not match API Key","errorcode":null,"status":false,"data":null}

      OR

      Primary static IP is already associated with another app. When trying to create family member api key

      When adding family member to my client code.
      As I have a dashboard to manage family portfolios.

      alt text

      posted in General Discussion
      P
      pkrawat1
    • RE: Static IP for market feed and historical data?

      @namit
      Yeah, also the api's are not working even with proper IP address.
      Btw your IP address wrong. The max a number can be 255.
      So 345 and 678 is not correct in yours.

      posted in Python SDK
      P
      pkrawat1
    • RE: Rest API call failing for getAllHolding

      Same here. Getting this error data.
      @Moderator_1 @Moderator_2 @admin

       %{
          "data" => nil,
          "errorcode" => "AB2001",
          "message" => "Internal Error",
          "status" => false
        }
      
      posted in Test
      P
      pkrawat1
    • RE: getholding() time out
      <html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.25.1</center>\r\n</body>\r\n</html>\r\n
      
      posted in Test
      P
      pkrawat1
    • RE: getholding() time out

      @Moderator_1 @Moderator_2 @Moderator_3

      posted in Test
      P
      pkrawat1
    • RE: getholding() time out

      same here as well. Most api's giving timeout or limit exceed request error, even for 1 request per minute

      posted in Test
      P
      pkrawat1