How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Groww Orders API

Place, modify, cancel and track orders and trades.

Groww Orders API is one of 6 APIs that Groww publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 8 paths, and defines 19 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://api.groww.in.

8 operations 8 paths 19 schemas 5 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.groww.in
Authentication
HTTP Bearer, API Key, OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 3

Groww Orders API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the header as X-API-VERSION (apiVersion). It supports OAuth 2.0 (oauth2) using the authorizationCode flow. By default, every request must be authenticated.

  • bearerAuth — Daily access token (or API key on the token endpoint) sent as Authorization: Bearer {ACCESSTOKEN}.
  • apiVersion — API version header, currently 1.0.
  • oauth2 — OAuth2 authorization-code flow advertised at https://api.groww.in/.well-known/oauth-authorization-server

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 5 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 8

Place, modify, cancel and track orders and trades.

POST
/v1/order/create
Place a new order
createOrder body → 200400401
POST
/v1/order/modify
Modify an order
modifyOrder body → 200400404
POST
/v1/order/cancel
Cancel an order
cancelOrder body → 200404
GET
/v1/order/list
List today's orders
listOrders 3 params → 200401
GET
/v1/order/detail/{groww_order_id}
Get order detail
getOrderDetail 2 params → 200404
GET
/v1/order/status/{groww_order_id}
Get order status by Groww order id
getOrderStatus 2 params → 200404
GET
/v1/order/status/reference/{order_reference_id}
Get order status by client reference id
getOrderStatusByReference 2 params → 200404
GET
/v1/order/trades/{groww_order_id}
Get trades for an order
getOrderTrades 2 params → 200404

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are Order (12 properties), PlaceOrderRequest (11 properties), ModifyOrderRequest (6 properties), PlaceOrderResponse (5 properties). Each schema is shown below with its type and property counts.

Validity
string
OrderType
string
Product
string
ModifyOrderResponse
object
3 properties
TransactionType
string
Error
object
3 properties
Segment
string
Trading segment. MCX (commodities) is not supported.
ErrorEnvelope
object
3 properties
PlaceOrderRequest
object
11 properties 7 required
Order
object
12 properties
CancelOrderResponse
object
3 properties
OrderDetailResponse
object
2 properties
PlaceOrderResponse
object
5 properties
TradeListResponse
object
2 properties
Exchange
string
OrderStatusResponse
object
2 properties
CancelOrderRequest
object
2 properties 2 required
OrderListResponse
object
2 properties
ModifyOrderRequest
object
6 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

groww-orders-api-openapi.yml Raw ↑

Other APIs Groww publishes across the network.

Groww Authentication API
Groww Historical Data API
Groww Live Data API
Groww Margin API
Groww Portfolio API
Where this information came from

This is an independent, third-party profile of Groww Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.