View as markdown
Endpoints · Universes

Update a universe

PATCHhttps://api.tickerbot.io/v2/universes/{id}

Update name, description, or tickers. To add/remove ticker subsets without replacing the full list, pass { add: [...], remove: [...] } instead of tickers.

Plan access

Included on every plan.

Rate limit

Hobby 600/min · Pro 6,000/min · Scale 60,000/min.

Capacity

Unlimited on every plan.

stringrequired

Universe slug.

string

New label.

string

New notes.

string[]

Replace the full ticker list.

string[]

Add these tickers (deduplicated).

string[]

Remove these tickers.

200
Updated universe doc.
403
Cannot edit a system universe.