Endpoints · Universes
Create a universe
POST
/v2/universesCreate a named ticker list owned by the calling account. Body: `{ id?, name, description?, tickers }`. If `id` is omitted, a slug is generated.
Plan access
Included on every plan.
Rate limit
Hobby 60/min · Pro 2,000/min · Scale 10,000/min.
Capacity
Hobby 5 · Pro 25 · Scale 100 · Enterprise unlimited.
Status codes
201Universe created.
400tickers_outside_plan_scope, unknown_tickers, or other validation errors.403resource_limit_reached when over the plan max.409slug_taken when id collides with an existing universe.