@admin Hello, I didn't get called again. Can you connect me on 99988 64550?
D
djdenish
@djdenish
0
Reputation
49
Posts
17
Profile views
1
Followers
0
Following
Best posts made by djdenish
This user hasn't posted anything yet.
Latest posts made by djdenish
-
RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK
-
RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK
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) })
-
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 }
-
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?
-
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?