Get market overview
Returns a consolidated per-market overview keyed by base asset.
/v1/api-meta/icons and /v1/api-meta/marketCaps projections into a single response, with any operator-curated manual_data.json fields spread into each entry. Public — no X-API-Key and no signature required.
The map key is the market base asset (e.g. ETH for ETH-USD). Each value is an object carrying the available icon and marketCap; keys are omitted (rather than null) when the provider has no value. A base asset only appears when it has at least one of: an icon, a market cap, or a manual data entry. Manual data fields are merged last, so an operator entry can override the provider-derived icon / marketCap.
The response is served from a cached snapshot of the same markets dataset that GET /v1/api-meta/markets reads, refreshed on the ingest cadence.Response
Map of base asset to overview entry.
Consolidated overview projection keyed by market base asset (e.g. ETH for ETH-USD). Folds the former /icons and /marketCaps endpoints into a single response, with any operator-curated manual_data.json fields spread into each entry. A base asset only appears when it has at least one of: an icon, a market cap, or a manual data entry.
Per-market overview projection: the active provider's branding icon and market capitalization, with any operator-curated manual data fields (from manual_data.json) merged in. icon and marketCap are omitted (rather than null) when the provider has no value, so the keys present on an entry reflect what is actually available. Manual data is merged last, so an operator entry can override the provider-derived icon / marketCap.