Ganaka
DefaultGeneral
DefaultGeneral
  1. Groww APIs
  • Groww APIs
    • Instruments (Groww)
      GET
    • Portfolio (Groww)
      GET
    • Historical Candles (Groww)
      GET
    • Order list (Groww)
      GET
    • Quote (Groww)
      GET
  • NSE
    • Get Instrument Details
      GET
  • WebShare Proxy
    • IP List
      GET
  • Neon
    • Create Branch
      POST
    • Restore Branch
      POST
DefaultGeneral
DefaultGeneral
  1. Groww APIs

Order list (Groww)

Production
Production
GET
/v1/order/list

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/order/list?segment=CASH&page=0&page_size=1' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-01-31 13:45:04
Previous
Historical Candles (Groww)
Next
Quote (Groww)
Built with