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

Instruments (Groww)

Production
Production
GET
/instruments/instrument.csv

Request

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

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/instruments/instrument.csv' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-01-31 13:45:04
Next
Portfolio (Groww)
Built with