View as markdown
Endpoints · Universes

Create a universe

POST/v2/universes

Create 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.

201
Universe created.
400
tickers_outside_plan_scope, unknown_tickers, or other validation errors.
403
resource_limit_reached when over the plan max.
409
slug_taken when id collides with an existing universe.