Endpoints
Universes
A universe is a named ticker list. Reference one from any query endpoint with ?universe=<slug>, or attach one to a saved rule or a webhook. System universes top_10 and top_100 are public and rebalanced monthly. Hobby and above can create their own.
| Method | Path | Summary |
|---|---|---|
| POST | /v2/universes | Create a universe. |
| GET | /v2/universes/{id} | Fetch a single universe. |
| PATCH | /v2/universes/{id} | Update a universe. |
| DELETE | /v2/universes/{id} | Delete a universe. |
| GET | /v2/universes | List your universes. |
| GET | /v2/universes/system | List system universes (top_10, top_100). |