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.

MethodPathSummary
POSThttps://api.tickerbot.io/v2/universesCreate a universe.
GEThttps://api.tickerbot.io/v2/universes/{id}Fetch a single universe.
PATCHhttps://api.tickerbot.io/v2/universes/{id}Update a universe.
DELETEhttps://api.tickerbot.io/v2/universes/{id}Delete a universe.
GEThttps://api.tickerbot.io/v2/universesList your universes.
GEThttps://api.tickerbot.io/v2/universes/systemList system universes (top_10, top_100).