Zerodha Action Block
The Zerodha Action Block enables Indian stock trading operations via the Zerodha Kite Connect API from your workflows.
⚠️
Requires a Zerodha Kite Connect API key and access token. Register an app at https://developers.kite.trade (opens in a new tab).
Supported Actions
- Place Order - Place buy or sell orders (market, limit, SL, SL-M).
- Get Holdings - Retrieve current portfolio holdings.
- Get Positions - Fetch open day and net positions.
- Get Quote - Get real-time market quotes for instruments.
- Cancel/Modify Order - Cancel a pending order or modify its parameters.
Configuration
- API Key - Kite Connect API key.
- Access Token - Session access token obtained after login.
- Trading Symbol - Instrument symbol (e.g.,
RELIANCE,INFY). - Order Type - Market, Limit, SL, or SL-M.
- Quantity - Number of shares to trade.
Use Cases
- Build automated trading workflows that place orders based on technical signals.
- Monitor portfolio holdings and alert when positions cross thresholds.
- Create a chatbot that retrieves real-time stock quotes for Indian markets.