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.

MethodPathSummary
POST/v2/universesCreate 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/universesList your universes.
GET/v2/universes/systemList system universes (top_10, top_100).