geting this error.
steps followed
in angewlsmart api website
enable totp clicked
got a long code.
used that in login string
topt = [code got from able step]
what am i doing wrong
geting this error.
steps followed
in angewlsmart api website
enable totp clicked
got a long code.
used that in login string
topt = [code got from able step]
what am i doing wrong
geting this error.
steps followed
in angewlsmart api website
enable totp clicked
got a long code.
used that in login string
topt = [code got from able step]
what am i doing wrong
Hi,
i try to subscribe all Current Month Futures and Corresponding Underlying stock , so nearly, 400 tokens in one single request.
But it fails.
Is there a Max Limit to Number of tokens in Single feed subscription Request ?
@kunaljvyas Done. I created a new apikey. thank you
Hi,
i am getting AG8004 error = invalid API key.
" wss://smartapisocket.angelbroking.com/websocket?jwttoken=eyJhbGciOiJIUzUxMiJ9.......&clientcode=C*****&apikey=9******* "
above is my connection url string.
i am passing same apikey that i use to login in apikey parameter.
Its correct and same from my end bcos i am ble to login and place order using that apikey.
still getting this error AG8004 : when i try to connect to websocket server for order update.
pls highlight what am i doing wrong ?
is apikey different for login and websocket for orders ?
(Note. i am able to connect to feed websocket and get live feed)
Hi,
i am getting AG8004 error = invalid API key.
" wss://smartapisocket.angelbroking.com/websocket?jwttoken=eyJhbGciOiJIUzUxMiJ9.......&clientcode=C*****&apikey=9******* "
above is my connection url string.
i am passing same apikey that i use to login in apikey parameter.
Its correct and same from my end bcos i am ble to login and place order using that apikey.
still getting this error AG8004 : when i try to connect to websocket server for order update.
pls highlight what am i doing wrong ?
is apikey different for login and websocket for orders ?
(Note. i am able to connect to feed websocket and get live feed)
@admin thank you. got it. duration is required.
@admin {"exchange":"NSE","tradingsymbol":"RELIANCE-EQ","symboltoken":"2885","transactiontype":"BUY","ordertype":"LIMIT","variety":"NORMAL","producttype":"INTRADAY","quantity":1,"disclosedquantity":1,"price":2000}
@kunaljvyas this is my order request data.
{"exchange":"NSE","tradingsymbol":"RELIANCE-EQ","symboltoken":"2885","transactiontype":"BUY","ordertype":"LIMIT","variety":"NORMAL","producttype":"INTRADAY","quantity":1,"disclosedquantity":1,"price":2000}
what am i missing or sending wrong ?