Navigation

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

    Topics created by ronak

    • R

      order book API response vs purchase API
      General Discussion • • ronak  

      14
      0
      Votes
      14
      Posts
      120
      Views

      R

      @ronak I only trade in liquid counters.. otherwise automation is very difficult.. { "status":true, "message":"SUCCESS", "errorcode":"", "data":[{ "variety":NORMAL, "ordertype":LIMIT, "producttype":INTRADAY, "duration":DAY, "price":"194.00", "triggerprice":"0", "quantity":"1", "disclosedquantity":"0", "squareoff":"0", "stoploss":"0", "trailingstoploss":"0", "tradingsymbol":"SBIN-EQ", "transactiontype":BUY, "exchange":NSE, "symboltoken":null, "instrumenttype":"", "strikeprice":"-1", "optiontype":"", "expirydate":"", "lotsize":"1", "cancelsize":"1", "averageprice":"0", "filledshares":"0", "unfilledshares":"1", "orderid":201020000000080, "text":"", "status":"cancelled", "orderstatus":"cancelled", "updatetime":"20-Oct-2020 13:10:59", "exchtime":"20-Oct-2020 13:10:59", "exchorderupdatetime":"20-Oct-2020 13:10:59", "fillid":"", "filltime":"", "parentorderid":"" }] } This is the response one get from order book.. order id will match the one that you get during the order submission. You can check theorderstatus field or filledshares field.
    • R

      How to get if Order is rejected
      Python SDK • • ronak  

      5
      0
      Votes
      5
      Posts
      71
      Views

      A

      Hi @ronak 1) Currently we donot provide any api for executed order a day ago 2)Also you can check the status of order id by calling order book() 3) API call to check specific order id status is not available.