Navigation

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

    muni7085

    @muni7085

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

    muni7085 Follow

    Best posts made by muni7085

    This user hasn't posted anything yet.

    Latest posts made by muni7085

    • RE: New Feature Announcement: Enhanced Real-Time Market Data with our Market Data API!

      @admin I am getting bad request error with Market Data API

      <html>
      <head><title>400 Bad Request</title></head>
      <body bgcolor="white">
      <center><h1>400 Bad Request</h1></center>
      <hr><center>nginx/1.14.1</center>
      </body>
      </html>
      

      endpoint: https://apiconnect.angelbroking.com/rest/secure/angelbroking/market/v1/quote
      method: post
      payload:

      payload = {
          "mode": "LTP",
          "exchangeTokens": {
              "NSE": "3045"
          }
      }
      payload=json.dumps(payload)
      
      connection=http.client.HTTPSConnection("apiconnect.angelbroking.com")
      url="rest/secure/angelbroking/market/v1/quote/"
      connection. Request("POST", url, body=json_data, headers=headers)
      

      language: python
      Can anyone help with this?

      posted in General Discussion
      M
      muni7085