API

Docs

Public read API for vault and asset data. See methodology for how index prices are calculated.

GET/api/vaults

All active vaults with summary fields.

GET/api/vaults/:slug

Full vault detail: constituents, weights, changes, top movers.

GET/api/vaults/:slug/history?range=24h|7d|30d|all

Index price history for charting.

GET/api/assets

All tracked assets.

GET/api/assets/:symbol

Asset detail and price history.

Price sources

With PRICE_FEED=live, prices come from the underlying equities of each tokenized stock, refreshed hourly and cached per symbol. Without it, a deterministic simulated feed is served. Every price carries its source and timestamp; the index will not update from stale data.