☰
Login
Signup
Home
›
Mobile and Desktop apps
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
152
Node JS client
39
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2017
mangeshkadam
December 2017
tonystark
Getting error while placing limit order
mangeshkadam
December 2017
in
Mobile and Desktop apps
I am getting below error message while placing buy order
RMS:Blocked for nse_cm
and my request is
https://api.kite.trade/orders/regular?api_key=xxxx&access_token=xxxx&tradingsymbol=SUZLON&exchange=NSE&transaction_type=BUY&order_type=LIMIT&quantity=1&price=14.75&product=NRML&validity=DAY
Any idea what I am doing wrong?
tonystark
December 2017
edited December 2017
Are you using any client library or directly calling the API?
Also in this case product should be either MIS or CNC for equity. For others, it will be either NRML or MIS.
For more info check the
manual
.
mangeshkadam
December 2017
I am calling through app. Got the issue. I should use CNC instead of NRML.
This discussion has been closed.
Also in this case product should be either MIS or CNC for equity. For others, it will be either NRML or MIS.
For more info check the manual.