instrument list
above instrument list is giving entire data but i want to get only those data which match to symbol name and symbol token which i will pass in params. so basicallly i want to get instrument list using query parameter.
I
irfanwashere
@irfanwashere
0
Reputation
6
Posts
5
Profile views
0
Followers
0
Following
Best posts made by irfanwashere
This user hasn't posted anything yet.
Latest posts made by irfanwashere
-
Hello how can i get required instruments by passing instrument name and symbol token.
-
RE: while placing order i am getting following error. I have passed jwtToken as authorization token which i got when user logged in.
@admin my dev team have already tried to fix this issue but they didn't find any solution. That is why i asked for help. If you could provide someone from your end that would be great.
-
RE: while placing order i am getting following error. I have passed jwtToken as authorization token which i got when user logged in.
@admin Please tell me how can I connect with dev team.
-
RE: while placing order i am getting following error. I have passed jwtToken as authorization token which i got when user logged in.
@admin Hello, can you help me to fix the APIs issue in node.JS which I have mentioned above.
-
while placing order i am getting following error. I have passed jwtToken as authorization token which i got when user logged in.
Request:
{
"variety": "NORMAL",
"tradingsymbol": "ICIL-EQ",
"symboltoken": "521016",
"transactiontype": "BUY",
"exchange": "BSE",
"ordertype": "MARKET",
"producttype": "INTRADAY",
"duration": "DAY",
"price": "",
"squareoff": "",
"stoploss": "",
"quantity": 1
}Response:
{
"success": false,
"message": "Invalid Token",
"errorCode": "AG8001",
"data": ""
}