☰
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
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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();
'