Skip to main content
GET
/
v2
/
idx-total
IDX Market Summary
curl --request GET \
  --url https://api.sectors.app/v2/idx-total/ \
  --header 'Authorization: <api-key>'
[
  {
    "date": "2024-01-02",
    "idx_total_market_cap": 11741696124656268
  },
  {
    "date": "2024-01-03",
    "idx_total_market_cap": 11682715125038308
  }
]

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Query Parameters

start
string

Start date (YYYY-MM-DD). Earliest valid: 2021-01-01. Defaults to 30 days before end.

end
string

End date (YYYY-MM-DD). Defaults to today.

Response

Array of daily IDX total market cap records.

{key}
any