Skip to main content
GET
/
api
/
market
/
v1
/
get-sector-summary
GetSectorSummary
curl --request GET \
  --url https://api.example.com/api/market/v1/get-sector-summary
{
  "sectors": [
    {
      "symbol": "<string>",
      "name": "<string>",
      "change": 123
    }
  ]
}

Query Parameters

period
string

Time period for performance calculation (e.g., "1d", "1w", "1m"). Defaults to "1d".

Response

Successful response

GetSectorSummaryResponse contains sector performance data.

sectors
object[]