Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    date format not providing miliseconds in websocket data

    Bugs
    6
    2
    15
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      biginfra last edited by

      This post is deleted!
      M V 2 Replies Last reply Reply Quote 0
      • P
        pruthvi @vijodvijay last edited by

        Hi,

        we are trying to calculate margin using margin calculator api with body as

        {"positions":[{"exchange":"NFO","token":"51001","qty":75,"price":130.4,"producttype":"CARRYFORWARD","tradetype":"BUY","ordertype":"MARKET"}]}
        

        but getting this response

        {
            "message": "Null or Empty Margin Data",
            "errorcode": "AB4022",
            "status": false,
            "data": null
        }
        

        please help in this issue, this is completely broken documentation or api is not giving proper response

        P 1 Reply Last reply Reply Quote 0
        • C
          Cloudy last edited by

          I'm also facing AB1007 issue. Below is the response that I'm getting on hitting API using node js.

          {
          status: false,
          message: 'User Is Blocked',
          errorcode: 'AB1007',
          data: null
          }

          1 Reply Last reply Reply Quote 0
          • R
            rkothuri99 last edited by

            yeah..same issue

            N 1 Reply Last reply Reply Quote 0
            • First post
              Last post