Endpoints · Universes
Get one universe
GET
https://api.tickerbot.io/ v2/ universes/ {id}Returns the universe doc. Use top_10/top_100 to fetch a system universe; any other slug must be one your account owns.
Query parameters
stringrequiredUniverse slug.
Returns
as_ofstringServer time this response was assembled (ISO 8601).
idstringThe slug — the universe's handle in `?universe=`.
namestringDisplay label.
descriptionstringFree-form notes; `""` when unset.
tickersarrayMembers.
sizenumberMember count.
systemboolean`true` for a built-in universe, `false` for one you created.
effective_atnumberSystem universes only: when this membership took effect.
next_rebalance_atnumberSystem universes only: when membership is next recomputed.
created_atnumberCreation timestamp.
updated_atnumberLast modification timestamp.
rebalance_methodstringSystem universes only: how membership is chosen.
Status codes
Notes
- A SYSTEM universe carries four fields your own do not:
effective_at(when this membership took effect),next_rebalance_at,rebalance_method, andsystem: true. Built-ins are rebalanced monthly, so a scan scoped totop_100is scoped to that month's members — pin membership by copying the list into a universe of your own.