☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
April 2016
KUL
April 2016
Kailash
Invalid API credentials
KUL
April 2016
in
General
Hi
Following error is given when trying to do Offsite order
{ "error_type": "ForbiddenError", "message": "Invalid API credentials", "status": "error" }
what could be the reason?
Kailash
April 2016
Invalid or missing parameters. Can you copy-paste the request you are sending?
KUL
April 2016
edited April 2016
'
document.getElementById("basket").value = '[{"tradingsymbol": "INFY","exchange": "NSE","transaction_type": "BUY","order_type": "MARKET","quantity": 10}]';
document.getElementById("basket-form").submit();
'
Kailash
April 2016
You have to pass the "api_key".
KUL
April 2016
yes i have pass the api_key also
Kailash
April 2016
Can you e-mail the entire code snippet to
[email protected]
?
KUL
April 2016
ok
Sign In
or
Register
to comment.
document.getElementById("basket").value = '[{"tradingsymbol": "INFY","exchange": "NSE","transaction_type": "BUY","order_type": "MARKET","quantity": 10}]';
document.getElementById("basket-form").submit();
'