☰
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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"