Endpoints
Universes
A universe is a named ticker list. Reference one from any query endpoint with ?universe=<slug>, or pass it as universe_id on a subscribe call. System universes top_10 and top_100 are public and rebalanced monthly. Every paid plan ships unlimited caller-owned universes.
| Method | Path | Summary |
|---|---|---|
| POST | https://api.tickerbot.io/v2/universes | Create a universe. |
| GET | https://api.tickerbot.io/v2/universes/{id} | Fetch a single universe. |
| PATCH | https://api.tickerbot.io/v2/universes/{id} | Update a universe. |
| DELETE | https://api.tickerbot.io/v2/universes/{id} | Delete a universe. |
| GET | https://api.tickerbot.io/v2/universes | List your universes. |
| GET | https://api.tickerbot.io/v2/universes/system | List system universes (top_10, top_100). |