GET
/
v1
/
equity
/
sector-wise-change
Get Sector-wise Change
curl --request GET \
  --url https://api.tradearies.dev/v1/equity/sector-wise-change \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
[
  {
    "sector": "<string>",
    "avgChange": 123
  }
]

Authorizations

X-API-Key
string
header
required
Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Sector-wise changes retrieved successfully

The response is of type object[].