The catalog
The asset catalog is available to every tenant, no add-on required:| Endpoint | Purpose |
|---|---|
GET /v1/assets | Filtered list of the catalog |
GET /v1/assets/{symbol} | Single asset with a live quote refresh |
GET /v1/assets/batch?symbols= | Hydrate up to 20 symbols (comma-separated) with DB-backed profiles; optional market |
GET /v1/assets/quotes?symbols= | Batch quotes for the given symbols |
tradable (can be traded through Bluum) and fractionable (supports notional / fractional orders).
Market Data product
A richer, paywalled superset lives under/v1/market-data/* — extended quotes, historical bars, snapshots, market status, and calendars.
The
/v1/market-data/* surface requires the Market Data product to be
enabled for your tenant. If it is not, requests return 403 with
PRODUCT_NOT_ENABLED. Contact
support@bluumfinance.com to enable it.Full asset and quote schemas are in the API reference.