Navigation

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

    Posts made by djdenish

    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin Hello, I didn't get called again. Can you connect me on 99988 64550?

      posted in Bugs
      D
      djdenish
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin D108750

      posted in Bugs
      D
      djdenish
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin ok

      posted in Bugs
      D
      djdenish
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin D108750

      posted in Bugs
      D
      djdenish
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @mihirk

      let { SmartAPI, WebSocket } = require("smartapi-javascript");
      
      let smart_api = new SmartAPI({
      api_key: "Key Added Here", // PROVIDE YOUR API KEY HERE
      // OPTIONAL
      // access_token: "YOUR_ACCESS_TOKEN",
      // refresh_token: "YOUR_REFRESH_TOKEN"
      });
      
      smart_api.generateSession("CLIENT_CODE", "PASSWORD")
      .then((data) => {
      console.log(data)
      })
      .catch(ex => {
      console.log("EX::", ex)
      })
      
      posted in Bugs
      D
      djdenish
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @mihirk When I am trying to generate a token using my credentials, I am getting the below response:

      {
        message: 'Apps not found',
        errorcode: 'AB1034',
        status: false,
        data: null
      }
      
      posted in Bugs
      D
      djdenish
    • Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      I am trying to generate a session with an API call, using java SDK and javascript SDK.
      All 3 are returning the Apps not found, code AB 1034.
      I am using the mac.

      Can you please help with that?

      posted in Bugs
      D
      djdenish
    • RE: ❗❗❗ How to get tick data of BID PRICE, ASK PRICE ❗❗❗

      @James-Bond
      Can we print name of the stock using this code? If yes, How?

      posted in Python SDK
      D
      djdenish
    • RE: 👍 Working code to get Open,Close,High,Low,Ltp price.

      @sudhakar
      No, You dont have to put all that stuff, Just put Client ID,Password and API key.

      posted in Python SDK
      D
      djdenish
    • RE: Working WebSocket Sample code to retrieve LTP - Python

      @James-Bond
      No I am not getting any error on code provided above.
      Its working fine.

      posted in Python SDK
      D
      djdenish
    • RE: WEBSOCKET LOGIN

      @Nawalagarwal
      Admin may help you there.

      posted in Python SDK
      D
      djdenish
    • RE: ❗❗❗ How to get tick data of BID PRICE, ASK PRICE ❗❗❗

      @James-Bond
      Ok let me check.

      posted in Python SDK
      D
      djdenish
    • RE: Delayed in order or getLtp response

      @admin
      Thanks Working now

      posted in Python SDK
      D
      djdenish
    • RE: Delayed in order or getLtp response

      @admin
      but 1 hour earlier I was able to get live feed of stocks.

      posted in Python SDK
      D
      djdenish
    • RE: Delayed in order or getLtp response

      @admin
      "status":false,"message":"User Is Blocked","errorcode":"AB1007","data":null}

      Client ID : D108750

      Help!!!!!!!!!!!!!!!!

      posted in Python SDK
      D
      djdenish
    • RE: unable to import websocket

      @lavly
      open cmd type : pip install pyOpenSSL
      hit enter.
      after successful installation run your code again.

      posted in Python SDK
      D
      djdenish
    • RE: Unable to deal with " Invalid return character or leading space in header: X-ClientPublicIP "

      @admin
      WS = WebSocket(FEED_TOKEN, CLIENT_CODE)
      TypeError: init() missing 1 required positional argument: 'task'

      new Error after reinstalling SDK.

      posted in Python SDK
      D
      djdenish
    • RE: Invalid return character or leading space in header: X-ClientPublicIP

      @admin
      I am having this error after installing new SDK.

      WS = WebSocket(FEED_TOKEN, CLIENT_CODE)
      TypeError: init() missing 1 required positional argument: 'task'

      posted in Python SDK
      D
      djdenish