Groww
Add and validate your Groww account in QUANT LEVELS.
Simplest setup of any broker here: just an API Key and a TOTP Secret - no password or PIN needed at all, and the daily token has no manual-approval step.
Step 1 - Generate an API Key
- Log in at Groww's Trade API Keys page and click Generate API Key.
- Click Generate TOTP Token (this is Groww's TOTP-based auth type, as opposed to the "Approval" type which needs manual daily re-authorization).
-
Paste this as the Redirect URL:
https://quantlevelsdevloper.in/auth/groww -
Enter the required details and generate. You'll get two values - map them into our form like this:
Groww does not show these values again after you leave the page, so save them immediately.Groww calls it Put it in our form as TOTP Key TOTP Secret Key TOTP Token API Key
Step 2 - Add the account
- Go to Accounts → Add New Account.
- Select Broker as Groww.
- Give it any Client Label (Groww's own API doesn't use a client ID - this is just for your own reference in our system).
- Put the API Key into the API Key field and the TOTP secret into TOTP Secret Key. The Password field is hidden - Groww doesn't need it.
- Save.
IPv6, not IPv4: Groww's own trading-platform naming for this connection type is "GROWW_API_IPV6" - if the key generation page asks for a Static IP, it expects an IPv6 address, same as Alice Blue. A regular IPv4 proxy likely won't work here.
Common Issues
"Approval" key type was chosen by mistake
Groww's "Approval" key type needs a manual daily re-authorization step Groww's dashboard, unlike TOTP keys. If your key stops working daily, regenerate it and make sure TOTP is selected as the auth type this time.
Fund/position/holding numbers look off
Groww's response format for these is still being finalized on our side - if numbers look wrong, let us know which account and we'll check it against a live response.
Copy trading on Groww
Groww has no plain webhook for master detection - it streams order updates over a specialized real-time protocol (NATS with Protobuf-encoded messages) that we connect to directly per master account, using the same connection method as Groww's own official trading tools.
FAQ
Does Groww charge for API access?
Groww's Trade API is free to use.