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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

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[]