Endpoints · Universes
Update a universe
PATCH
https://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.
Body parameters
stringrequiredUniverse slug.
stringNew label.
stringNew notes.
string[]Replace the full ticker list.
string[]Add these tickers (deduplicated).
string[]Remove these tickers.