• Home
  • Products
    • Login
    • Product Info
    • User Guide
    • Pricing
  • Services
    • Stock Brokers
    • Freelancers
  • Help
    • Documentation
    • Knowledge Base
    • FAQ
  • Company
    • About Us
    • Contact Us
    • Terms & Conditions
  • Home
  • Products
    • Login
    • Product Info
    • User Guide
    • Pricing
  • Services
    • Stock Brokers
    • Freelancers
  • Help
    • Documentation
    • Knowledge Base
    • FAQ
  • Company
    • About Us
    • Contact Us
    • Terms & Conditions

AutoTrader Web

home/Documentation/AutoTrader Web
Expand All Collapse All
  • Index
  • Getting Started
  • Portfolio Management System (PMS)
  •  Copy Trading (Master-Child Auto-Copy)
    • Master-Child Copy - Performance
  • PMS vs Master-Child
  • Trading View
  •  Supported Brokers
    • Symphony XTS
    • Zerodha
    • Angel Broking
    • Dhan
    • Aliceblue
    • Fyers
    • Nuvama
    • IIFL
    • Zebu
    • Finvasia
    • Motilal Oswal
    • Kotak
    • Mastertrust
    • Five Paisa
    • Choice Broking
    • FlatTrade
    • Tradejini
    • Upstox
    • SAS Online
    • Profitmart
  •  Client Setup
    • Desktop Client
    • AmiBroker Library
    • Excel Library or Tools
    • Java Library
    • MetaTrader Library
    • C# Library
    • Python Library
    • HTTP REST
  •  User Interface
    • User Registration
    •   Settings
      • General
      • Trading Accounts
      • Pseudo Accounts
      • Group Accounts
      • API Key
    •   AutoTrader
      • Activity
      • Instruments
    •   Trading
      • Summary
      • Positions
      • Orders
      • Margins
      • Holdings
      • Trade
    •   User
      • Account
      • Profile
  •  API (Application Programming Interface)
    • Place Regular Order
    • Place Cover Order
    • Place Bracket Order
    • Place Advanced Order
    • Cancel Order
    • Cancel Child Orders
    • Cancel All Orders
    • Modify Order
    • Modify Order Price
    • Modify Order Quantity
    • Square-off Position
    • Square-off Portfolio
    • Read Orders
    • Read Positions
    • Read Margins
    • Read Holdings
    • Read Portfolio Summary
    • Fetch All Trading Accounts
    • Create or Update Trading Account
    • Validate Trading Account Credentials
    • API Parameters
    • API Rate Limits
    • Email Limits
    • Postman
  • Pricing
  • Precautions
  •  Broker Independence
    • API Functions
    • Pseudo Account
    • Instruments (Trading Symbols)
  • Quantity Multiplier
  • Architecture

Zerodha

25062 views April 29, 2025 Pritesh 12

Features

Key Features for Zerodha Users

Traders and portfolio managers using Zerodha can leverage these advanced automation and trading features:

  • πŸ” Auto copy trading on Zerodha – Automatically replicate trades across multiple accounts using PMS Copy or Master-Child replication tools.
  • βœ… Multi-account management on Zerodha – Handle multiple trading accounts from a unified dashboard.
  • πŸ’Ό Advanced portfolio monitoring for Zerodha accounts – Track holdings, margin utilization, and open positions in real-time.
  • πŸ“ˆ Bulk order placement on Zerodha – Execute, modify, or cancel orders across accounts instantly.
  • πŸ”Œ Trading API for Zerodha – Automate strategies using Python, Java, C#, Excel, or TradingView β€” all with broker-independent syntax.
  • βš™οΈ Cross-broker automation support – Unified setup works seamlessly with Zerodha and other supported brokers.
  • πŸ”’ Secure & lightning-fast trading infrastructure – Execute orders with encrypted credentials and low latency using Google’s infrastructure.

πŸ‘‰ Explore the full list of Supported Brokers.

Now, let’s take a look at how to add Zerodha account in Stocks Developer.

Platforms

Zerodha account can be onboarded in following ways:

  • ZERODHA_API => This integration uses Zerodha API & it is the recommended platform
  • ZERODHA_API_M => This integration also uses Zerodha API, however it uses OAuth based login which requires you to manually login into your account once in a day before you start trading. This approach does not require your trading account credentials.
  • KITE => This is our old integration platform, which will soon be stopped

We have given below details of each platform.

ZERODHA_API Platform [Recommended]

Here’s the demo video of the setup process, followed by each step mentioned in detail.

Demo

Zerodha Account Setup

Steps in brief

You will need following details:

  • Login id
  • Password
  • TOTP Key (You need to activate TOTP)
  • API Key
  • API Secret

How to get API Key & API Secret?

  1. Visit API dashboard: https://developers.kite.trade/apps
  2. Click Create New App button
    • Type: Select Personal (Free)
      • You also have the option to use Zerodha’s paid API, if you prefer. Its main advantage is that when using a master-child copy setup β€” with your Zerodha account as the master β€” orders are copied with almost no delay.
    • App Name: Stocks Developer
    • Zerodha Client ID: Your Zerodha client id
    • Redirect Url: https://webx.stocksdeveloper.in/auth/zerodha
    • Postback Url: It is optional, keep it blank
    • Description: Multi account monitoring system
  3. Click Create button
  4. You app will be created
  5. You can click the App Id to get API Key & API Secret

How to setup TOTP?

  1. Install Google Authenticator app on your phone
  2. We need the secret totp key that is provided by kite when you enable the TOTP
  3. If you have already enabled TOTP, then you should have this key. Most likely you would have entered in TOTP based apps like Google Authenticator. In case you do not have the key, then you can disable TOTP and re-enable it.
  4. Steps:
    • Login to kite website
    • On top right side of your screen, click on your Login Id
    • Click on your Name to go to the Profile section
    • In the Profile page, on top right you have Password & Security
    • This has an option to enable/disable the TOTP
    • Watch the video above to understand
  5. Important: Remember to copy the key that is generated during this step (click on Can’t scan? Copy the key link button which can be seen in the image below) . This key will not be visible once your TOTP is enabled.
  6. Note: Only once you have enabled TOTP, then make sure you logout & login again into kite website. If possible, try 2-3 times multiple times logout and login.
TOTP Secret Key
TOTP Secret Key

Add Zerodha account to the system

  • Go to menu (Settings -> Trading Accounts)
  • Click Create button
  • Select Broker => Zerodha
  • Select Platform => ZERODHA_API
  • Add remaining details
  • Give a easy to remember nickname
  • Click Validate
  • On successful validation, click Save

ZERODHA_API_M Platform [OAuth]

Here’s the demo video of the setup process, followed by each step mentioned in detail.

Demo

Zerodha Account (OAuth) Setup

Steps in brief

  • This method does NOT need TOTP setup
  • Setup Zerodha API as explained here
  • Once you do the API setup, you will get API Key & API Secret (this is all we need)

Add Zerodha account to the system

  • Go to menu (Settings -> Trading Accounts)
  • Click Create button
  • Select Broker => Zerodha
  • Select Platform => ZERODHA_API_M
  • Add API Key & API Secret
  • Click Validate
  • You will be redirected to Zerodha website
  • On successful login to Zerodha, your account will be saved

Was this helpful?

12 Yes  4 No
Related Articles
  • Master-Child Copy – Performance
  • Tradejini
  • Dhan
  • FlatTrade
  • Supported Brokers
  • Symphony XTS

Β© 2025 Stocks Developer. All Rights Reserved.