☰
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
153
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
February 2019
tanigai
February 2019
sujith
Order rejected saying RMS: Blocked for EQUITY_NSE nse_cm block type:ALL for past 3 days
tanigai
February 2019
in
General
Order rejected saying RMS: Blocked for EQUITY_NSE nse_cm block type:ALL for past 3 days
case opened but no reply
sujith
February 2019
Can you paste your code here for placing an order to reproduce this?
tanigai
February 2019
curl
https://api.kite.trade/orders/regular
\
-H "X-Kite-Version: 3" \
-H "Authorization: token "$apikey":"$accesstoken"" \
-d "tradingsymbol="INFY"" \
-d "exchange=NSE" \
-d "transaction_type="BUY"" \
-d "order_type=MARKET" \
-d "quantity=”2”" \
-d "product=MIS" \
-d "validity=DAY"
tanigai
February 2019
also, when I try place through web UI same error thrown.
tanigai
February 2019
web UI - kite.zerodha.com
sujith
February 2019
It seems like your account is not KYC done. Please contact support.
This discussion has been closed.
-H "X-Kite-Version: 3" \
-H "Authorization: token "$apikey":"$accesstoken"" \
-d "tradingsymbol="INFY"" \
-d "exchange=NSE" \
-d "transaction_type="BUY"" \
-d "order_type=MARKET" \
-d "quantity=”2”" \
-d "product=MIS" \
-d "validity=DAY"