Retrieve sector data for an asset using the expand parameter
?expand=sector
flag to your /assets
or /assets/{idOrSlug}
page to include sector data in the response.
Field | Type | Description |
---|---|---|
id | number | Unique sector identifier |
title | string | Sector title (e.g., L1, DeFi) |
created_at | number | Unix timestamp when sector was created |
?expand=markets,ohlcv_last_24_h
)./v1/assets/
or /v1/assets/{idOrSlug}
endpoints.price
and market_cap
are expanded by default in /assets/{idOrSlug}
results unless an explicit ?expand=
flag is provided.The response is of type object
.