Realtime Markets
Route:GET /api/v1/markets
This route serves market views. The current implementation supports a live matched view from the engine and a resolving view from Redis.
Query Parameters
view: defaults tocatalog; notable live values arematchedandresolvingsourcecategorysearchsortorderlimitoffset
Example
Current Notes
view=matchedis the most complete live path right now.view=resolvingreads a Redis-backed slice.- Other views are still stubbed in the current implementation and should not be sold as complete until finished.